[arch-commits] Commit in pax-utils/trunk (PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Mon Dec 15 16:12:48 UTC 2014


    Date: Monday, December 15, 2014 @ 17:12:47
  Author: tredaelli
Revision: 123909

upgpkg: pax-utils 0.9.1-1

Modified:
  pax-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-15 16:08:33 UTC (rev 123908)
+++ PKGBUILD	2014-12-15 16:12:47 UTC (rev 123909)
@@ -4,7 +4,7 @@
 # Contributor: Maxwel <msg.maxwel at gmail.com>
 
 pkgname=pax-utils
-pkgver=0.8.1
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('bash' 'libcap' 'python-pyelftools')
 source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('844ff25b1a11bcef92ef34b22f576f226a772b67196818656f8874513438f5b9')
+sha256sums=('643ccaf6952f836c42aafcd5ad7e5f7de2d3472225a34603680b151a8b198b0c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,7 +21,8 @@
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
+  # FIXME lddpath.py uses /lib64 before /usr/lib
+  LD_LIBRARY_PATH="/usr/lib" make check
 }
 
 package() {



More information about the arch-commits mailing list