From 6fb01537462a326a139f0c2d975145b26cd54bbe Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 28 Sep 2004 13:48:45 +0000 Subject: Relevant BUGIDs: Purpose of commit: Commit summary: --------------- bugfix: * Merge patches from Red Hat (Bug 477000 and other - kukuk) * Fix pam_rhosts option parsing (Bug 922648 - kukuk) --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 555f16a7..27756779 100755 --- a/configure +++ b/configure @@ -1347,8 +1347,8 @@ SHLIBMODE=755 ; MANMODE=644 ; USESONAME=yes ; -SOSWITCH='-Xlinker -soname -Xlinker ' ; -NEEDSONAME=no ; +SOSWITCH="-Wl,-soname -Wl," ; +NEEDSONAME=yes ; LDCONFIG=/sbin/ldconfig ; ac_ext=c @@ -6009,14 +6009,14 @@ if test "$GCC" = yes; then ### Example: -D_POSIX_SOURCE: needed on Linux but harms Solaris. case $OS in linux) - OS_CFLAGS="-ansi -D_POSIX_SOURCE -pedantic" - LD_D="gcc -shared -Xlinker -x" + OS_CFLAGS= + LD_D="$CC -shared $LDFLAGS" WARNINGS="$GCC_WARNINGS" PIC="-fPIC" DYNTYPE=so LD=gcc - LD_L="$LD -Xlinker -x -shared" - RANLIB=ranlib + LD_L="$CC -shared $LDFLAGS" + RANLIB=: STRIP=strip CC_STATIC="-Xlinker -export-dynamic" ;; -- cgit v1.2.3