mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
Try and build shared on SCO. Assume that it is like others, but uses
-KPIC, which it does!
This commit is contained in:
parent
d5f12bc530
commit
bc03176782
@ -670,6 +670,8 @@ case "$host_os" in
|
||||
*sco*) AC_DEFINE(SCO);;
|
||||
*unixware*) AC_DEFINE(UNIXWARE)
|
||||
BLDSHARED="true"
|
||||
LDSHFLAGS="-Wl,-soname,\$@ -shared"
|
||||
PICFLAG="-KPIC"
|
||||
;;
|
||||
*next2*) AC_DEFINE(NEXT2);;
|
||||
*dgux*) AC_CHECK_PROG( ROFF, groff, [groff -etpsR -Tascii -man]);;
|
||||
|
Loading…
Reference in New Issue
Block a user