mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
add -Bshareable for *bsd*
This commit is contained in:
parent
759c72822b
commit
c511a61975
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user