disable debug (141438)

This commit is contained in:
Dave Jones 2005-04-20 08:20:34 +00:00
parent bc17a503ef
commit 46e04149f9
1 changed files with 5 additions and 1 deletions

View File

@ -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 <davej@redhat.com>
- Disable debug. (#151438)
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 2.6.13-3
- Rebuilt for new readline.