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

Allan McRae allan at archlinux.org
Sat Sep 19 15:16:23 UTC 2009


    Date: Saturday, September 19, 2009 @ 11:16:23
  Author: allan
Revision: 52437

upgpkg: evolution-exchange 2.26.3-2
    libldap rebuild

Modified:
  evolution-exchange/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-19 15:07:50 UTC (rev 52436)
+++ PKGBUILD	2009-09-19 15:16:23 UTC (rev 52437)
@@ -4,13 +4,13 @@
 pkgname=evolution-exchange
 pkgver=2.26.3
 _majorver=2.26
-pkgrel=1
+pkgrel=2
 pkgdesc="Ximian Connector Exchange plugin for Evolution"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.ximian.com"
 depends=('evolution-data-server>=2.26.3' 'libgnomeui>=2.24.1' 'gvfs>=1.2.3')
-makedepends=('pkgconfig' 'intltool' 'evolution>=2.26.3')
+makedepends=('pkgconfig' 'intltool' 'evolution>=2.26.3' 'libsm')
 replaces=('ximian-connector')
 conflicts=('ximian-connector')
 options=('!libtool' '!emptydirs')
@@ -20,6 +20,9 @@
 md5sums=('6ee035bfcafeef0aba01b459092eeec7')
 
 build() {
+  # do not use --as-needed in LDFLAGS
+  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+
   cd "${srcdir}/${pkgname}-${pkgver}"
   # Look for correct DB, we want 4.1
   sed -e 's|DB_CFLAGS="-I$withval/include"|DB_CFLAGS="-I$withval/include/db4.1"|' \




More information about the arch-commits mailing list