From 3d95815c0769b1033560652e93b81696cf42d2d9 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 10 Feb 2005 06:49:51 +0000 Subject: [PATCH] - remove -D_FORTIFY_SOURCE=2 from CFLAGS, present in RPM_OPT_FLAGS --- hexedit.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hexedit.spec b/hexedit.spec index 2024b63..2234e19 100644 --- a/hexedit.spec +++ b/hexedit.spec @@ -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 1.2.10-3 +- remove -D_FORTIFY_SOURCE=2 from CFLAGS, present in RPM_OPT_FLAGS + * Wed Feb 9 2005 Jindrich Novy 1.2.10-2 - rebuilt with -D_FORTIFY_SOURCE=2