[arch-commits] Commit in libgpg-error/repos (testing-x86_64 testing-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 17 06:48:25 UTC 2009


    Date: Saturday, October 17, 2009 @ 02:48:25
  Author: andyrtr
Revision: 55984

Merged revisions 55983 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libgpg-error/trunk

........
  r55983 | andyrtr | 2009-10-17 06:47:36 +0000 (Sa, 17 Okt 2009) | 2 lines
  
  upgpkg: libgpg-error 1.7-2
      build the static lib again, needed for cryptsetup
........

Modified:
  libgpg-error/repos/testing-x86_64/	(properties)
  libgpg-error/repos/testing-x86_64/PKGBUILD

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


Property changes on: libgpg-error/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libgpg-error/trunk:1-55931
   + /libgpg-error/trunk:1-55983

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-10-17 06:47:36 UTC (rev 55983)
+++ testing-x86_64/PKGBUILD	2009-10-17 06:48:25 UTC (rev 55984)
@@ -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