Date: Thursday, January 26, 2012 @ 04:37:07 Author: heftig Revision: 147669
libpng Modified: libgnome-media-profiles/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-26 08:10:51 UTC (rev 147668) +++ PKGBUILD 2012-01-26 09:37:07 UTC (rev 147669) @@ -2,8 +2,8 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=libgnome-media-profiles pkgver=3.0.0 -pkgrel=2 -pkgdesc="" +pkgrel=3 +pkgdesc="Library for management of audio recording profiles" arch=(i686 x86_64) url="http://www.gnome.org" license=('GPL2') @@ -20,6 +20,9 @@ ./configure --prefix=/usr --sysconfdir=/etc \ --disable-static -disable-scrollkeeper \ --disable-schemas-install + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool + make }
