[arch-commits] Commit in libgpg-error/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 17 06:47:36 UTC 2009


    Date: Saturday, October 17, 2009 @ 02:47:36
  Author: andyrtr
Revision: 55983

upgpkg: libgpg-error 1.7-2
    build the static lib again, needed for cryptsetup

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-17 02:50:54 UTC (rev 55982)
+++ PKGBUILD	2009-10-17 06:47:36 UTC (rev 55983)
@@ -3,7 +3,7 @@
 
 pkgname=libgpg-error
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Support library for libgcrypt"
 arch=(i686 x86_64)
 url="http://www.gnupg.org"
@@ -17,7 +17,8 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
+  # keep static lib for crypsetup
+  ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list