[xfsprogs] Turn off DEBUG to get it building for now

Eric Sandeen sandeen at fedoraproject.org
Mon Dec 6 17:16:03 UTC 2010


commit 3e66a717915e4bf59056e8d12f2ff740c274f87c
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Mon Dec 6 11:15:48 2010 -0600

    Turn off DEBUG to get it building for now

 xfsprogs.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index 84740af..fe8acf3 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -62,7 +62,7 @@ in building or running the xfstests QA suite.
 %setup -q
 
 %build
-export tagname=CC
+export tagname=CC DEBUG=-DNDEBUG
 %configure \
         --enable-readline=yes	\
 	--enable-blkid=yes
@@ -186,7 +186,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Thu Nov 18 2010 Eric Sandeen <sandeen at redhat.com> 3.1.4-1
-- New upstream release
+- New upstream release; disable DEBUG for now to build
 
 * Sat Aug 28 2010 Eric Sandeen <sandeen at redhat.com> 3.1.3-1
 - New upstream release


More information about the scm-commits mailing list