SPECS: perl.spec - pass cflags when linking

tommat tommat at pld-linux.org
Sun Feb 11 13:55:07 CET 2007


Author: tommat                       Date: Sun Feb 11 12:55:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass cflags when linking

---- Files affected:
SPECS:
   perl.spec (1.352 -> 1.353) 

---- Diffs:

================================================================
Index: SPECS/perl.spec
diff -u SPECS/perl.spec:1.352 SPECS/perl.spec:1.353
--- SPECS/perl.spec:1.352	Sun Feb 11 01:37:38 2007
+++ SPECS/perl.spec	Sun Feb 11 13:55:01 2007
@@ -698,7 +698,8 @@
 EOF
 
 %{__make} \
-	LIBPERL_SONAME=libperl.so.%{_abi}
+	LIBPERL_SONAME=libperl.so.%{_abi} \
+	LDDLFLAGS="%{rpmcflags} -shared"
 
 cat > runperl <<EOF
 #!/bin/sh
@@ -1420,6 +1421,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.353  2007/02/11 12:55:01  tommat
+- pass cflags when linking
+
 Revision 1.352  2007/02/11 00:37:38  qrczak
 - perl-timer-test.patch: increased limits so the timer test doesn't
   fail so easily under a heavy loaded system.
================================================================

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



More information about the pld-cvs-commit mailing list