X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=pkgutils%2FPkgfile;h=c87e910959dfee724d2bc0b897666feb5f84cde2;hb=bbefbe6eb6965224fa385d66a84a74f5abdfe40d;hp=7f2bc4abae5e179bd87f3a03a0c383131e2af6ae;hpb=aa2a6f91dcef8f13ca6e04260e3bc6723e756695;p=ports%2Fcubieboard-arm.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 7f2bc4a..c87e910 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 -p0 -i $SRC/pkgmk.conf.patch + sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile + make DESTDIR=$PKG install }