1
0
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:
Andrew Tridgell -
parent 759c72822b
commit c511a61975

View File

@ -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
;;