From bf2c4b5b27606c5bcd72839d3c578eb20742426a Mon Sep 17 00:00:00 2001 From: arjanv Date: Thu, 3 Mar 2005 11:57:48 +0000 Subject: [PATCH] add more CFLAG changes as requested by the tools guys --- redhat-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index a3e4192..1e53279 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,7 +1,7 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config Version: 8.0.33 -Release: 2 +Release: 3 License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz @@ -38,6 +38,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Thu Mar 3 2005 Arjan van de Ven 8.0.33-2 +- add -fomit-frame-pointer -fexceptions -fasynchronous-unwind-tables + * Wed Feb 23 2005 Arjan van de Ven 8.0.33-2 - add -Wall on Ulrichs request