From 7ac1ed341c2877c014e36f6b683fb5e19257897a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 7 Nov 2014 10:42:55 +0000 Subject: [PATCH 1/1] pkgutils: updated to 5.35.6 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index df8f1d2..1b0992d 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ 792eb035518a6538c397488927fae1f8 pkgmk.conf.patch -04ebdfa4470db3d7cf56d6b1e25cd31e pkgutils-5.35.5.tar.gz +5f4ba23340492548ebf58b0ce7109e69 pkgutils-5.35.6.tar.gz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 7f2bc4a..948ee6a 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,13 +5,14 @@ # Depends on: libarchive name=pkgutils -version=5.35.5 +version=5.35.6 release=1 source=(http://crux.nu/files/$name-$version.tar.gz \ pkgmk.conf.patch) build () { - cd $name-$version - patch -p1 -i $SRC/pkgmk.conf.patch - make DESTDIR=$PKG install + cd $name-$version + patch -p1 -i $SRC/pkgmk.conf.patch + sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile + make DESTDIR=$PKG install } -- 2.26.2