diff options
author | Steve Langasek <vorlon@debian.org> | 2003-07-13 19:57:17 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2003-07-13 19:57:17 +0000 |
commit | d9628ff6eb4c6807123496f3a3195c5e3ea32aba (patch) | |
tree | 4322b585d2c7c1dc40064b32b9bdd732493df3cd | |
parent | b398ec51b4df706896c00298bf89ea1295283cb6 (diff) | |
download | pam-d9628ff6eb4c6807123496f3a3195c5e3ea32aba.tar.gz pam-d9628ff6eb4c6807123496f3a3195c5e3ea32aba.tar.bz2 pam-d9628ff6eb4c6807123496f3a3195c5e3ea32aba.zip |
Relevant BUGIDs: 643357
Purpose of commit: cleanup
Commit summary:
---------------
bring configure up-to-date wrt configure.in.
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |