rpms/busybox/devel busybox.spec,1.34,1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 28 14:04:17 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/busybox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23789

Modified Files:
	busybox.spec 
Log Message:
remove RPM_OPT_FLAGS



Index: busybox.spec
===================================================================
RCS file: /cvs/dist/rpms/busybox/devel/busybox.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- busybox.spec	28 Apr 2006 13:08:40 -0000	1.34
+++ busybox.spec	28 Apr 2006 14:04:00 -0000	1.35
@@ -45,7 +45,7 @@
 
 %build
 make defconfig
-make CC="gcc $RPM_OPT_FLAGS"
+make 
 cp busybox busybox-static
 make clean
 
@@ -56,7 +56,7 @@
 
 patch -b --suffix .anaconda -p1 < %{PATCH1}
 make DOLFS=y defconfig
-make CONFIG_DEBUG=y CC="gcc $RPM_OPT_FLAGS"
+make CONFIG_DEBUG=y 
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -83,7 +83,6 @@
 - update to 1.1.1
 - fix CVE-2006-1058 - BusyBox passwd command 
   fails to generate password with salt (#187386)
-- add RPM_OPT_FLAGS
 - add -minimal-toc option
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1:1.01-2.2.1




More information about the fedora-cvs-commits mailing list