- rebuilt with -D_FORTIFY_SOURCE=2
This commit is contained in:
parent
bb5a8a0f76
commit
da3150fb05
@ -15,12 +15,12 @@ Hexedit is a utility which allows you to view and edit hexadecimal or
|
||||
ASCII files and/or view binary files.
|
||||
|
||||
%prep
|
||||
%setup -q -n hexedit
|
||||
%setup -q -n %{name}
|
||||
%patch -p1 -b .config
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
make CFLAGS="-D_FORTIFY_SOURCE=2 $RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 9 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-2
|
||||
- rebuilt with -D_FORTIFY_SOURCE=2
|
||||
|
||||
* Mon Aug 2 2004 Jindrich Novy <jnovy@redhat.com> 1.2.10-1
|
||||
- updated to 1.2.10-1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user