- One more try
This commit is contained in:
parent
aae7dfc089
commit
e11a787187
10
pango.spec
10
pango.spec
@ -9,7 +9,7 @@
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.25.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2
|
||||
@ -77,9 +77,8 @@ for the pango package.
|
||||
|
||||
%build
|
||||
|
||||
# We try hard to not link to libstdc++, this flag doesn't help
|
||||
CXXFLAGS=${CXXFLAGS/-fexceptions/}
|
||||
%configure --enable-gtk-doc --enable-doc-cross-references --with-included-modules=basic-fc
|
||||
# We try hard to not link to libstdc++
|
||||
%configure --enable-gtk-doc --enable-doc-cross-references --with-included-modules=basic-fc CXXFLAGS=${CXXFLAGS/-fexceptions/}
|
||||
make
|
||||
|
||||
%install
|
||||
@ -229,6 +228,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-6
|
||||
- One more try
|
||||
|
||||
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-5
|
||||
- Remove -fexceptions from CXXFLAGS actually
|
||||
- Hopefully builds this time
|
||||
|
||||
Loading…
Reference in New Issue
Block a user