build with -fomit-frame-pointer to let assembly build with gcc 4.1
This commit is contained in:
parent
274541d6d9
commit
6ec1aeb6a0
@ -15,7 +15,7 @@ Version: 2.2.9
|
||||
%define minorver 200
|
||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||
#define prever pre2
|
||||
Release: %{?prever:0.0.%{prever}.}2.0.0.gcc41
|
||||
Release: %{?prever:0.0.%{prever}.}3
|
||||
Epoch: 2
|
||||
License: GPL, LGPL
|
||||
Group: Applications/Multimedia
|
||||
@ -104,8 +104,9 @@ automake
|
||||
autoconf
|
||||
LIBAA="disable"; export LIBAA
|
||||
if [ ! -f configure ]; then
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
|
||||
./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
|
||||
fi
|
||||
CFLAGS="%optflags -fomit-frame-pointer" \
|
||||
%configure \
|
||||
--disable-perl \
|
||||
%if %_enable_python
|
||||
@ -335,6 +336,9 @@ fi
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%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>
|
||||
- build with gcc 4.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user