rpms/xfsprogs/devel xfsprogs.spec,1.75,1.76

Eric Sandeen sandeen at fedoraproject.org
Fri Feb 5 21:08:35 UTC 2010


Author: sandeen

Update of /cvs/pkgs/rpms/xfsprogs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20274

Modified Files:
	xfsprogs.spec 
Log Message:
meh debug doesn't build turn it back off



Index: xfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/devel/xfsprogs.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- xfsprogs.spec	5 Feb 2010 20:25:06 -0000	1.75
+++ xfsprogs.spec	5 Feb 2010 21:08:35 -0000	1.76
@@ -70,7 +70,7 @@ in building or running the xfstests QA s
 %patch2 -p1
 
 %build
-export tagname=CC
+export tagname=CC DEBUG=-DNDEBUG
 %configure \
         --enable-readline=yes	\
 	--enable-blkid=yes
@@ -79,7 +79,7 @@ export tagname=CC
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -196,7 +196,6 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Feb 01 2010 Eric Sandeen <sandeen at redhat.com> 3.1.1-2
 - Fix mkfs of target with nothing blkid can recognize (#561870)
-- Re-enable DEBUG per upstream decision
  
 * Mon Feb 01 2010 Eric Sandeen <sandeen at redhat.com> 3.1.1-1
 - New upstream release



More information about the scm-commits mailing list