diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-02-01 11:00:39 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-02-01 11:00:39 +0000 |
commit | 4e8a08592340b2bd13369a205f0a30b9e827f997 (patch) | |
tree | 7b3ea065f177218c1337af83b7ae76e356653cb9 /source3/configure.in | |
parent | 7c1698d3029538dbd53b4e605392bf42e8cb2909 (diff) | |
download | samba-4e8a08592340b2bd13369a205f0a30b9e827f997.tar.gz samba-4e8a08592340b2bd13369a205f0a30b9e827f997.tar.bz2 samba-4e8a08592340b2bd13369a205f0a30b9e827f997.zip |
NetBSD also supports dynamic libs
(This used to be commit dbb29495e7cd94b4ad07efd656d021d9551f5eb6)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 31f6b36282..2bf5f28c4f 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1000,7 +1000,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," |