rpms/libAfterImage/devel libAfterImage.spec,1.1,1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sat Aug 20 13:26:25 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/libAfterImage/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29526/devel

Modified Files:
	libAfterImage.spec 
Log Message:
- add -fPIC



Index: libAfterImage.spec
===================================================================
RCS file: /cvs/extras/rpms/libAfterImage/devel/libAfterImage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libAfterImage.spec	20 Aug 2005 08:34:11 -0000	1.1
+++ libAfterImage.spec	20 Aug 2005 13:26:23 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           libAfterImage
 Version:        1.07
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A generic image manipulation library
 
 Group:          System Environment/Libraries
@@ -61,7 +61,7 @@
 --without-afterbase --disable-mmx-optimization \
 --x-includes=%{_prefix}/X11R6/include --x-libraries=%{_prefix}/X11R6/%{_lib} \
 
-make CCFLAGS="-DNO_DEBUG_OUTPUT $RPM_OPT_FLAGS" %{?_smp_mflags} \
+make CCFLAGS="-DNO_DEBUG_OUTPUT -fPIC $RPM_OPT_FLAGS" %{?_smp_mflags} \
 LIBAFTERIMAGE_PATH=../
 
 
@@ -94,6 +94,10 @@
 
 %changelog
 * Sat Aug 20 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+1.07-4
+- add -fPIC
+
+* Sat Aug 20 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.07-3
 - build with debug information
 - add dist tag




More information about the scm-commits mailing list