From: Richard Sharpe Date: Mon, 23 Jul 2001 07:22:11 +0000 (+0000) Subject: Try and build shared on SCO. Assume that it is like others, but uses X-Git-Tag: samba-2.2.5pre1~1743^2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc0317678299028cd9f9de8c0daf9f06318cce13;p=thirdparty%2Fsamba.git Try and build shared on SCO. Assume that it is like others, but uses -KPIC, which it does! --- diff --git a/source/configure.in b/source/configure.in index 44b2533294a..138be6c27cf 100644 --- a/source/configure.in +++ b/source/configure.in @@ -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]);;