]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 643357
authorSteve Langasek <vorlon@debian.org>
Sun, 13 Jul 2003 19:57:17 +0000 (19:57 +0000)
committerSteve Langasek <vorlon@debian.org>
Sun, 13 Jul 2003 19:57:17 +0000 (19:57 +0000)
Purpose of commit: cleanup

Commit summary:
---------------
bring configure up-to-date wrt configure.in.

configure

index ffd26b3a872b6908e9cc83655b308342f2328139..65d0fd9f43469559e0d1362b1675704b46c6b858 100755 (executable)
--- 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"