build with -fomit-frame-pointer to let assembly build with gcc 4.1

This commit is contained in:
Nils Philippsen 2005-12-09 15:38:20 +00:00
parent 274541d6d9
commit 6ec1aeb6a0

View File

@ -15,7 +15,7 @@ Version: 2.2.9
%define minorver 200 %define minorver 200
%define microver %(ver=%{version}; echo ${ver##*.*.}) %define microver %(ver=%{version}; echo ${ver##*.*.})
#define prever pre2 #define prever pre2
Release: %{?prever:0.0.%{prever}.}2.0.0.gcc41 Release: %{?prever:0.0.%{prever}.}3
Epoch: 2 Epoch: 2
License: GPL, LGPL License: GPL, LGPL
Group: Applications/Multimedia Group: Applications/Multimedia
@ -104,8 +104,9 @@ automake
autoconf autoconf
LIBAA="disable"; export LIBAA LIBAA="disable"; export LIBAA
if [ ! -f configure ]; then if [ ! -f configure ]; then
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix} ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
fi fi
CFLAGS="%optflags -fomit-frame-pointer" \
%configure \ %configure \
--disable-perl \ --disable-perl \
%if %_enable_python %if %_enable_python
@ -335,6 +336,9 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Fri Dec 09 2005 Nils Philippsen <nphilipp@redhat.com>
- build with -fomit-frame-pointer to let assembly build with gcc 4.1
* Fri Dec 02 2005 Nils Philippsen <nphilipp@redhat.com> * Fri Dec 02 2005 Nils Philippsen <nphilipp@redhat.com>
- build with gcc 4.1 - build with gcc 4.1