[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 07:36:24 UTC 2011


    Date: Wednesday, September 28, 2011 @ 03:36:24
  Author: ibiru
Revision: 138781

apply libtool kong fu hack

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-28 06:21:41 UTC (rev 138780)
+++ PKGBUILD	2011-09-28 07:36:24 UTC (rev 138781)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 arch=('i686' 'x86_64')
 depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 'libgdata')
@@ -21,6 +21,7 @@
       --libexecdir=/usr/lib/evolution-data-server \
       --with-krb5=/usr --with-libdb=/usr \
       --enable-vala-bindings
+  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
 }
 




More information about the arch-commits mailing list