You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.5 KiB

  1. --- a/macros/db3-check.m4
  2. +++ b/macros/db3-check.m4
  3. @@ -148,9 +148,9 @@ if test "x$bdb_required" = "xyes"; then
  4. dnl -- LD_LIBRARY_PATH on many platforms. This will be fairly
  5. dnl -- portable hopefully. Reference:
  6. dnl -- http://lists.gnu.org/archive/html/autoconf/2009-03/msg00040.html
  7. - eval export $shlibpath_var=$bdblibdir
  8. +# eval export $shlibpath_var=$bdblibdir
  9. NETATALK_BDB_TRY_LINK
  10. - eval export $shlibpath_var=$saved_shlibpath_var
  11. +# eval export $shlibpath_var=$saved_shlibpath_var
  12. if test x"${atalk_cv_bdb_version}" = x"yes"; then
  13. BDB_CFLAGS="-I${bdbdir}/include${subdir}"
  14. @@ -177,9 +177,9 @@ if test "x$bdb_required" = "xyes"; then
  15. CPPFLAGS="-I${bdbdir}/include${subdir} $CPPFLAGS"
  16. LDFLAGS="-L$bdblibdir $LDFLAGS"
  17. - eval export $shlibpath_var=$bdblibdir
  18. +# eval export $shlibpath_var=$bdblibdir
  19. NETATALK_BDB_TRY_LINK
  20. - eval export $shlibpath_var=$saved_shlibpath_var
  21. +# eval export $shlibpath_var=$saved_shlibpath_var
  22. if test x"${atalk_cv_bdb_version}" = x"yes"; then
  23. BDB_CFLAGS="-I${bdbdir}/include${subdir}"