]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Try and build shared on SCO. Assume that it is like others, but uses
authorRichard Sharpe <sharpe@samba.org>
Mon, 23 Jul 2001 07:22:11 +0000 (07:22 +0000)
committerRichard Sharpe <sharpe@samba.org>
Mon, 23 Jul 2001 07:22:11 +0000 (07:22 +0000)
-KPIC, which it does!

source/configure.in

index 44b2533294ab4646f0115bf1f061c28d68436f80..138be6c27cfd17af09f59c4ef7bec1fc67a726da 100644 (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]);;