summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-02-01 20:03:05 +0100
committerMichael Adam <obnox@samba.org>2008-02-20 10:21:57 +0100
commit62e849d918e76ac27096999792c46e3230b0663a (patch)
treeb89f16302a16d63f7916cfe7d2a0e2fe457adc5a
parent1c1781b2c4a09080a19f834ba947d0410b2141f7 (diff)
downloadsamba-62e849d918e76ac27096999792c46e3230b0663a.tar.gz
samba-62e849d918e76ac27096999792c46e3230b0663a.tar.bz2
samba-62e849d918e76ac27096999792c46e3230b0663a.zip
NetBSD needs LD_LIBRARY_PATH
(cherry picked from commit d64b19e77aa499c1ee1aaf788ddf3d6fd36253e4) (This used to be commit 4c77550d80b0cfc80bc2cac500fc27e0c43dad64)
-rw-r--r--source4/lib/replace/libreplace_ld.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4
index 2aec698967..f0d10c1e3e 100644
--- a/source4/lib/replace/libreplace_ld.m4
+++ b/source4/lib/replace/libreplace_ld.m4
@@ -289,6 +289,9 @@ AC_DEFUN([AC_LIBREPLACE_RUNTIME_LIB_PATH_VAR],
*linux*)
LIB_PATH_VAR=LD_LIBRARY_PATH
;;
+ *netbsd*)
+ LIB_PATH_VAR=LD_LIBRARY_PATH
+ ;;
*solaris*)
LIB_PATH_VAR=LD_LIBRARY_PATH
;;