1
0
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:
Richard Sharpe 0001-01-01 00:00:00 +00:00
parent d5f12bc530
commit bc03176782

View File

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