diff options
Diffstat (limited to 'extra/libgnome-media-profiles/PKGBUILD')
-rw-r--r-- | extra/libgnome-media-profiles/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/libgnome-media-profiles/PKGBUILD b/extra/libgnome-media-profiles/PKGBUILD index 93472debf..9cb1b849c 100644 --- a/extra/libgnome-media-profiles/PKGBUILD +++ b/extra/libgnome-media-profiles/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 117708 2011-04-04 16:55:18Z ibiru $ +# $Id: PKGBUILD 148822 2012-02-05 11:51:50Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> 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 @@ build() { ./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 } |