SPECS: perl.spec - Filter-out -Wl, --as-needed. Otherwise `perl -M...

qrczak qrczak at pld-linux.org
Sat Feb 10 19:39:03 CET 2007


Author: qrczak                       Date: Sat Feb 10 18:39:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Filter-out -Wl,--as-needed. Otherwise  `perl -MExtUtils::Embed -e ldopts`
  includes -Wl,--as-needed which is then forced upon anyone embedding perl.
- Release 11.

---- Files affected:
SPECS:
   perl.spec (1.349 -> 1.350) 

---- Diffs:

================================================================
Index: SPECS/perl.spec
diff -u SPECS/perl.spec:1.349 SPECS/perl.spec:1.350
--- SPECS/perl.spec:1.349	Tue Feb  6 08:28:16 2007
+++ SPECS/perl.spec	Sat Feb 10 19:38:58 2007
@@ -29,7 +29,7 @@
 %define		perl_vendorlib	%{_datadir}/perl5/vendor_perl
 %define		perl_vendorarch	%{_libdir}/perl5/vendor_perl/%{_abi}/%{_target_platform}%{perlthread}
 
-%define		_rel 10
+%define		_rel 11
 Summary:	Practical Extraction and Report Language (Perl)
 Summary(cs):	Programovací jazyk Perl
 Summary(da):	Programmeringssproget Perl
@@ -94,6 +94,10 @@
 %define		__perl		%{_builddir}/perl-%{version}/runperl
 %define		__perl_provides %{__perl} %{SOURCE2}
 
+%define filterout_ld -Wl,--as-needed
+# Otherwise `perl -MExtUtils::Embed -e ldopts` includes -Wl,--as-needed
+# which is then forced upon anyone embedding perl.
+
 %description
 Perl is an interpreted language optimized for scanning arbitrary text
 files, extracting information from those text files, and printing
@@ -1416,6 +1420,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.350  2007/02/10 18:38:58  qrczak
+- Filter-out -Wl,--as-needed. Otherwise  `perl -MExtUtils::Embed -e ldopts`
+  includes -Wl,--as-needed which is then forced upon anyone embedding perl.
+- Release 11.
+
 Revision 1.349  2007/02/06 07:28:16  arekm
 - unset LD_SYMBOLIC_FUNCTIONS as it makes problems for these two
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl.spec?r1=1.349&r2=1.350&f=u



More information about the pld-cvs-commit mailing list