Date: Wednesday, May 23, 2018 @ 02:04:42 Author: anthraxx Revision: 327845
upgpkg: pax-utils 1.2.3-3 (hotfix ld path init without ld.conf) Modified: pax-utils/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-23 01:59:19 UTC (rev 327844) +++ PKGBUILD 2018-05-23 02:04:42 UTC (rev 327845) @@ -5,7 +5,7 @@ pkgname=pax-utils pkgver=1.2.3 -pkgrel=2 +pkgrel=3 pkgdesc='ELF utils that can check files for security relevant properties' url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities' arch=('x86_64') @@ -15,6 +15,11 @@ sha256sums=('d231b1a34aea2b9205c24fada79a8251d4c3fbcce49367fc055fe43e4c9783b2') sha512sums=('efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c') +prepare() { + cd ${pkgname}-${pkgver} + sed -E 's|( paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py +} + build() { cd ${pkgname}-${pkgver} ./configure \
