[arch-commits] Commit in alpine/trunk (ChangeLog PKGBUILD)
Allan McRae
allan at archlinux.org
Thu Sep 17 02:47:25 UTC 2009
Date: Wednesday, September 16, 2009 @ 22:47:25
Author: allan
Revision: 52231
upgpkg: alpine 2.00-4
libldap rebuild
Modified:
alpine/trunk/ChangeLog
alpine/trunk/PKGBUILD
-----------+
ChangeLog | 5 +++++
PKGBUILD | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-09-17 02:29:27 UTC (rev 52230)
+++ ChangeLog 2009-09-17 02:47:25 UTC (rev 52231)
@@ -1,3 +1,8 @@
+2009-09-17 Allan McRae <allan at archlinux.org>
+
+ * alpine 2.00-4
+ * libldap-2.4 rebuild
+
2009-02-07 Eric Belanger <eric at archlinux.org>
* alpine 2.00-3
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-09-17 02:29:27 UTC (rev 52230)
+++ PKGBUILD 2009-09-17 02:47:25 UTC (rev 52231)
@@ -4,7 +4,7 @@
pkgname=alpine
pkgver=2.00
-pkgrel=3
+pkgrel=4
_patchlevel=20
pkgdesc="The Apache-licensed PINE (a tool for reading, sending, and managing electronic messages)"
arch=('i686' 'x86_64')
@@ -26,6 +26,10 @@
build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 < ../all-${_patchlevel}.patch || return 1
+
+ # -Wl,--as-needed does not work
+ export LDFLAGS=""
+
./configure --prefix=/usr --without-passfile --without-tcl \
--disable-shared --with-system-pinerc=/etc/alpine.d/pine.conf \
--with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed || return 1
More information about the arch-commits
mailing list