git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd52d5f
)
add -Bshareable for *bsd*
author
Andrew Tridgell
<tridge@samba.org>
Tue, 20 Oct 1998 03:10:58 +0000
(
03:10
+0000)
committer
Andrew Tridgell
<tridge@samba.org>
Tue, 20 Oct 1998 03:10:58 +0000
(
03:10
+0000)
(This used to be commit
c511a619750152db03897ea682713bbc98f71c6b
)
source3/configure.in
patch
|
blob
|
history
diff --git
a/source3/configure.in
b/source3/configure.in
index 155c03ec08a0488d0684d8a7e65095cb4f02bf5d..7cbfe0efa6bd368fa7b53e6094e8fbd1f8a762a1 100644
(file)
--- 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
;;