SPECS: dLAN.spec - CC="%{__cc}", CFLAGS crashes userspace build

shadzik shadzik at pld-linux.org
Wed May 10 20:14:42 CEST 2006


Author: shadzik                      Date: Wed May 10 18:14:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- CC="%{__cc}", CFLAGS crashes userspace build

---- Files affected:
SPECS:
   dLAN.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/dLAN.spec
diff -u SPECS/dLAN.spec:1.5 SPECS/dLAN.spec:1.6
--- SPECS/dLAN.spec:1.5	Wed May 10 20:04:13 2006
+++ SPECS/dLAN.spec	Wed May 10 20:14:37 2006
@@ -83,7 +83,8 @@
 %build
 %configure
 %if %{with userspace}
-%{__make} cfgtool
+%{__make} cfgtool \
+	CC="%{__cc}"
 %endif
 
 %if %{with kernel}
@@ -170,6 +171,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/05/10 18:14:37  shadzik
+- CC="%{__cc}", CFLAGS crashes userspace build
+
 Revision 1.5  2006/05/10 18:04:13  qboosh
 - unified
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dLAN.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list