summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-02-01 12:18:37 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-02-01 12:18:37 +0000
commit39e0b72728ce5f027e38677f080dcc161de6e6fc (patch)
tree1b6dc64b76a8da9817662d76c7dc07ee08d3b8a7 /source3/configure.in
parent963e88aa90853a7e45c72cbc6630aa705b6d4e55 (diff)
downloadsamba-39e0b72728ce5f027e38677f080dcc161de6e6fc.tar.gz
samba-39e0b72728ce5f027e38677f080dcc161de6e6fc.tar.bz2
samba-39e0b72728ce5f027e38677f080dcc161de6e6fc.zip
Merge from HEAD: netbsd supports dynamic libs
(This used to be commit f91d4c8fd3820da751b13babc6b8f98a610fcc6e)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0336e581b3..394c940dc3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -911,7 +911,7 @@ case "$host_os" in
PICFLAG="-KPIC" # Is this correct for SunOS
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
;;
- *freebsd*) BLDSHARED="true"
+ *netbsd* | *freebsd*) BLDSHARED="true"
LDSHFLAGS="-shared"
DYNEXP="-Wl,--export-dynamic"
SONAMEFLAG="-Wl,-soname,"