From 46e04149f99b725b24dbb22e2aa9dc361e6409f3 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 20 Apr 2005 08:20:34 +0000 Subject: [PATCH] disable debug (141438) --- xfsprogs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index 1c85194..4c32b43 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem. Name: xfsprogs Version: 2.6.13 -Release: 3 +Release: 4 License: GPL Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ @@ -54,6 +54,7 @@ export tagname=CC --enable-readline=yes \ --enable-editline=no \ --enable-shared-uuid=yes +export DEBUG=-DNDEBUG make %install @@ -97,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Wed Apr 20 2005 Dave Jones +- Disable debug. (#151438) + * Wed Jan 12 2005 Tim Waugh - 2.6.13-3 - Rebuilt for new readline.