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 17:53:46
Branch: HEAD Handle: 2005061216534600
Modified files:
openpkg-src/sasl sasl.spec
Log:
fix sasl telling libtool it must not wrap linker flags for compiler
passthrough when calling linker directly
Summary:
Revision Changes Path
1.131 +2 -1 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.130 -r1.131 sasl.spec
--- openpkg-src/sasl/sasl.spec 10 Jun 2005 11:32:39 -0000 1.130
+++ openpkg-src/sasl/sasl.spec 12 Jun 2005 15:53:46 -0000 1.131
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 2.1.21
-Release: 20050610
+Release: 20050612
# package options
%option with_fsl yes
@@ -218,6 +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;' \
libtool
# post adjustment: do not reference static plugins
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]