[arch-commits] Commit in libgpg-error/repos (testing-i686 testing-i686/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Oct 17 06:51:24 UTC 2009
Date: Saturday, October 17, 2009 @ 02:51:24
Author: andyrtr
Revision: 55985
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-i686/ (properties)
libgpg-error/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Property changes on: libgpg-error/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /libgpg-error/trunk:1-55933
+ /libgpg-error/trunk:1-55984
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2009-10-17 06:48:25 UTC (rev 55984)
+++ testing-i686/PKGBUILD 2009-10-17 06:51:24 UTC (rev 55985)
@@ -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