packages: vdr/vdr.spec - compile plugins with -fPIC

gotar gotar at pld-linux.org
Mon Dec 26 14:00:14 CET 2011


Author: gotar                        Date: Mon Dec 26 13:00:14 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- compile plugins with -fPIC

---- Files affected:
packages/vdr:
   vdr.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/vdr/vdr.spec
diff -u packages/vdr/vdr.spec:1.5 packages/vdr/vdr.spec:1.6
--- packages/vdr/vdr.spec:1.5	Mon Dec 26 13:31:21 2011
+++ packages/vdr/vdr.spec	Mon Dec 26 14:00:09 2011
@@ -97,7 +97,7 @@
 	REMOTE=LIRC
 
 %{__make} plugins \
-	CXXFLAGS="%{rpmcflags}" \
+	CXXFLAGS="%{rpmcflags} -fPIC" \
 	INCLUDES="-I../../../include -I/usr/include/ncurses"
 
 %install
@@ -160,6 +160,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2011/12/26 13:00:09  gotar
+- compile plugins with -fPIC
+
 Revision 1.5  2011/12/26 12:31:21  gotar
 - upgraded to Developer-1.7.22 (softCAM 0.9.3, xine output plugin 0.9.4);
 - moved plugins to private libdir, don't check them for symbols,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vdr/vdr.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list