From: Steve Langasek Date: Sun, 13 Jul 2003 19:57:17 +0000 (+0000) Subject: Relevant BUGIDs: 643357 X-Git-Tag: Linux-PAM-0-78-Beta1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9628ff6eb4c6807123496f3a3195c5e3ea32aba;p=linux-pam Relevant BUGIDs: 643357 Purpose of commit: cleanup Commit summary: --------------- bring configure up-to-date wrt configure.in. --- diff --git a/configure b/configure index ffd26b3a..65d0fd9f 100755 --- a/configure +++ b/configure @@ -592,7 +592,7 @@ MKDIR="mkdir -p" ; SHLIBMODE=755 ; USESONAME=yes ; -SOSWITCH=-soname ; +SOSWITCH='-Xlinker -soname -Xlinker ' ; NEEDSONAME=no ; LDCONFIG=/sbin/ldconfig ; @@ -2479,8 +2479,8 @@ if test "$GCC" = yes; then WARNINGS="$GCC_WARNINGS" PIC="-fPIC" DYNTYPE=so - LD=ld - LD_L="$LD -x -shared" + LD=gcc + LD_L="$LD -Xlinker -x -shared" RANLIB=ranlib STRIP=strip CC_STATIC="-Xlinker -export-dynamic"