diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-20 03:10:58 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-20 03:10:58 +0000 |
commit | c778331328ac36e26a7fd58dc592c739249d6ef4 (patch) | |
tree | 6ebf82d667b4af6591d448b0f1c223c75b4177eb /source3 | |
parent | bd52d5f513cce2275971e4efb0ba3c8d06485a24 (diff) | |
download | samba-c778331328ac36e26a7fd58dc592c739249d6ef4.tar.gz samba-c778331328ac36e26a7fd58dc592c739249d6ef4.tar.xz samba-c778331328ac36e26a7fd58dc592c739249d6ef4.zip |
add -Bshareable for *bsd*
(This used to be commit c511a619750152db03897ea682713bbc98f71c6b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 155c03ec08a..7cbfe0efa6b 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -36,6 +36,9 @@ case "$host_os" in *sunos*) AC_DEFINE(SUNOS4) LDSHFLAGS="" ;; + *bsd*) AC_DEFINE(BSD) + LDSHFLAGS="-shared -Bshareable" + ;; *irix*) AC_DEFINE(IRIX) WRAP32=bin/smbwrapper.32.so ;; |