Author: hawk Date: Mon Mar 5 16:49:22 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - pass -fPIC to CFLAGS, CXXFLAGS, fixes alpha - release 2
---- Files affected: SPECS: swftools.spec (1.6.2.1 -> 1.6.2.2) ---- Diffs: ================================================================ Index: SPECS/swftools.spec diff -u SPECS/swftools.spec:1.6.2.1 SPECS/swftools.spec:1.6.2.2 --- SPECS/swftools.spec:1.6.2.1 Wed Feb 21 23:17:10 2007 +++ SPECS/swftools.spec Mon Mar 5 17:49:17 2007 @@ -5,7 +5,7 @@ Summary(pl): Narzędzia do manipulacji na plikach SWF Name: swftools Version: 0.8.0 -Release: 1 +Release: 2 License: GPL Group: Applications/Graphics Source0: http://www.swftools.org/%{name}-%{version}.tar.gz @@ -58,6 +58,8 @@ #%{__autoconf} #CPPFLAGS="-I/usr/X11R6/include" # can't regenerate -- missing RFX_CHECK_OLDGCC macro +CFLAGS="-fPIC %{rpmcxxflags}" +CXXFLAGS="-fPIC %{rpmcxxflags}" %configure \ --disable-static %{__make} @@ -128,6 +130,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6.2.2 2007/03/05 16:49:17 hawk +- pass -fPIC to CFLAGS, CXXFLAGS, fixes alpha +- release 2 + Revision 1.6.2.1 2007/02/21 22:17:10 hawk - release 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/swftools.spec?r1=1.6.2.1&r2=1.6.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
