Date: Thursday, January 26, 2012 @ 04:38:52 Author: heftig Revision: 147670
libtiff Modified: gnome-color-manager/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-26 09:37:07 UTC (rev 147669) +++ PKGBUILD 2012-01-26 09:38:52 UTC (rev 147670) @@ -1,9 +1,9 @@ # $Id$ -# Maintainer: Jan "heftig" Steffens <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-color-manager pkgver=3.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Color profile manager for the GNOME desktop" arch=(i686 x86_64) url="http://projects.gnome.org/gnome-color-manager/" @@ -25,6 +25,8 @@ --libexecdir=/usr/lib/gnome-color-manager \ --disable-static --disable-man-pages + 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 }
