rpms/util-linux/devel util-linux.spec,1.79,1.80

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 17 12:16:56 UTC 2005


Author: kzak

Update of /cvs/dist/rpms/util-linux/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23555

Modified Files:
	util-linux.spec 
Log Message:
- fix CFLAGS


Index: util-linux.spec
===================================================================
RCS file: /cvs/dist/rpms/util-linux/devel/util-linux.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- util-linux.spec	17 Aug 2005 11:53:18 -0000	1.79
+++ util-linux.spec	17 Aug 2005 12:16:53 -0000	1.80
@@ -242,7 +242,7 @@
 # note: we disable tty group (USE_TTY_GROUP) in Makefiles to prevent call chgrp 
 # during the "make install". But we define -DUSE_TTY_GROUP that enable tty groups in
 # *.c files only.
-export CFLAGS="%{make_cflags} -DUSE_TTY_GROUP $RPM_OPT_FLAGS" %{?_smp_mflags}
+export CFLAGS="%{make_cflags} -DUSE_TTY_GROUP $RPM_OPT_FLAGS %{?_smp_mflags}"
 %configure \
 	--disable-wall \
 	--disable-use-tty-group \




More information about the fedora-cvs-commits mailing list