packages: linuxtv-dvb-apps/linuxtv-dvb-apps.spec - don't override CFLAGS fo...

gotar gotar at pld-linux.org
Sat Nov 5 21:26:04 CET 2011


Author: gotar                        Date: Sat Nov  5 20:26:04 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't override CFLAGS for subsequent make invocations, preventing -fPIC

---- Files affected:
packages/linuxtv-dvb-apps:
   linuxtv-dvb-apps.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: packages/linuxtv-dvb-apps/linuxtv-dvb-apps.spec
diff -u packages/linuxtv-dvb-apps/linuxtv-dvb-apps.spec:1.8 packages/linuxtv-dvb-apps/linuxtv-dvb-apps.spec:1.9
--- packages/linuxtv-dvb-apps/linuxtv-dvb-apps.spec:1.8	Sat Nov  5 20:01:57 2011
+++ packages/linuxtv-dvb-apps/linuxtv-dvb-apps.spec	Sat Nov  5 21:25:58 2011
@@ -49,8 +49,8 @@
 touch util/alevt/alevt.png
 
 %build
+export CFLAGS="-g -Wall -W -Wshadow -Wpointer-arith -Wstrict-prototypes %{rpmcflags}"
 %{__make} \
-	CFLAGS="-g -Wall -W -Wshadow -Wpointer-arith -Wstrict-prototypes %{rpmcflags}" \
 	ttusb_dec_reset=1 \
 	V=1
 
@@ -87,6 +87,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2011/11/05 20:25:58  gotar
+- don't override CFLAGS for subsequent make invocations, preventing -fPIC
+
 Revision 1.8  2011/11/05 19:01:57  gotar
 - built and packaged AleVT. Note this spec should be renamed to dvb-apps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/linuxtv-dvb-apps/linuxtv-dvb-apps.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list