Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8f6cd83f511b3bca1b7f0a84daab4524ff93bd79
commit 8f6cd83f511b3bca1b7f0a84daab4524ff93bd79 Author: crazy <[EMAIL PROTECTED]> Date: Thu Sep 27 06:28:59 2007 +0200 glib2-2.14.1-3-i686 * relbump * krix , dude try to read RTFM I waste my time to debug stuff * just to figure you didn't .. * build with '-enable-debug' not 'minimal' it has to be 'debug' * fix strict-aliasing issues diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild index 3f50cc6..301a741 100644 --- a/source/base/glib2/FrugalBuild +++ b/source/base/glib2/FrugalBuild @@ -3,7 +3,7 @@ pkgname=glib2 pkgver=2.14.1 -pkgrel=2 +pkgrel=3 pkgdesc="Common C routines used by GTK+2 and other libraries" url="http://www.gtk.org/" depends=('glibc') @@ -16,9 +16,12 @@ _F_gnome_devel="n" Finclude gnome source=($source glib2-bug476849.patch glib2-bug478459.patch) _F_cd_path="glib-$pkgver" -Fconfopts="$Fconfopts --enable-gtk-doc --enable-static --enable-debug=minimum" +## DON'T remove nor change the debug level or it breaks again +Fconfopts="$Fconfopts --enable-gtk-doc --enable-static --with-threads=posix --enable-debug" sha1sums=('ef9ff562aa7766b0081d37e3ce685843e796c0f8' \ '0c6723a3af0c19c735014071d59751ca138d28f8' \ 'd5294900ed3ee713ee0472a8f05fd9286d2a5690') +# Don't touch that +export CFLAGS="$CFLAGS -fno-strict-aliasing" # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
