mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +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)
|
*sunos*) AC_DEFINE(SUNOS4)
|
||||||
LDSHFLAGS=""
|
LDSHFLAGS=""
|
||||||
;;
|
;;
|
||||||
|
*bsd*) AC_DEFINE(BSD)
|
||||||
|
LDSHFLAGS="-shared -Bshareable"
|
||||||
|
;;
|
||||||
*irix*) AC_DEFINE(IRIX)
|
*irix*) AC_DEFINE(IRIX)
|
||||||
WRAP32=bin/smbwrapper.32.so
|
WRAP32=bin/smbwrapper.32.so
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user