SPECS: perl-Locale-gettext.spec - pass cflags when linking

tommat tommat at pld-linux.org
Sun Feb 11 11:52:24 CET 2007


Author: tommat                       Date: Sun Feb 11 10:52:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass cflags when linking

---- Files affected:
SPECS:
   perl-Locale-gettext.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/perl-Locale-gettext.spec
diff -u SPECS/perl-Locale-gettext.spec:1.26 SPECS/perl-Locale-gettext.spec:1.27
--- SPECS/perl-Locale-gettext.spec:1.26	Thu May 25 12:25:55 2006
+++ SPECS/perl-Locale-gettext.spec	Sun Feb 11 11:52:19 2007
@@ -34,7 +34,8 @@
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
 %{__make} \
-	OPTIMIZE="%{rpmcflags}"
+	OPTIMIZE="%{rpmcflags}" \
+	LDDLFLAGS="%{rpmcflags} -shared"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2007/02/11 10:52:19  tommat
+- pass cflags when linking
+
 Revision 1.26  2006/05/25 10:25:55  ankry
 - release down to 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Locale-gettext.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list