- remove -D_FORTIFY_SOURCE=2 from CFLAGS, present in RPM_OPT_FLAGS
This commit is contained in:
parent
e48e137bca
commit
3d95815c07
@ -1,7 +1,7 @@
|
||||
Summary: A hexadecimal file viewer and editor.
|
||||
Name: hexedit
|
||||
Version: 1.2.10
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: Applications/Editors
|
||||
Url: http://merd.net/pixel
|
||||
@ -19,8 +19,9 @@ ASCII files and/or view binary files.
|
||||
%patch -p1 -b .config
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
%configure
|
||||
make CFLAGS="-D_FORTIFY_SOURCE=2 $RPM_OPT_FLAGS"
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -37,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-3
|
||||
- remove -D_FORTIFY_SOURCE=2 from CFLAGS, present in RPM_OPT_FLAGS
|
||||
|
||||
* Wed Feb 9 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-2
|
||||
- rebuilt with -D_FORTIFY_SOURCE=2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user