OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Jun-2005 23:14:11
Branch: HEAD Handle: 2005061222141100
Modified files:
openpkg-src/sasl sasl.spec
Log:
clear the pathrough to link wrapper only if linker is called directly
(vm1-ix86-netbsd2.0.2), it is still required when the linker is called
through the compiler (rm0-ix86-freebsd5.4)
Summary:
Revision Changes Path
1.132 +1 -1 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.131 -r1.132 sasl.spec
--- openpkg-src/sasl/sasl.spec 12 Jun 2005 15:53:46 -0000 1.131
+++ openpkg-src/sasl/sasl.spec 12 Jun 2005 21:14:11 -0000 1.132
@@ -218,7 +218,7 @@
# post adjustment: trust me, libtool, I know what I am doing
%{l_shtool} subst \
-e 's;^\(deplibs_check_method=\).*;\1"pass_all";' \
- -e 's;\(eval libobjs=.*$whole_archive_flag_spec.*\)$;wl= \1;' \
+ -e 's/\(eval libobjs=.*$whole_archive_flag_spec.*\)$/case
$archive_cmds in \\$LD* ) wl= ;; esac; \1/' \
libtool
# post adjustment: do not reference static plugins
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]