From ff9d77c39a2e822d005b767ab81535fa44329d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 10 Sep 2015 07:06:45 +0200 Subject: [PATCH] musl-fts: update to 1.2 Patch for Alpine Linux contributed by @joncfoo Disable shared libraries for our use. --- srcpkgs/musl-fts/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template index a105ac96544..76d355566b2 100644 --- a/srcpkgs/musl-fts/template +++ b/srcpkgs/musl-fts/template @@ -1,16 +1,17 @@ # Template file for 'musl-fts' pkgname=musl-fts -version=1.1 +version=1.2 revision=1 build_style=gnu-configure -hostmakedepends="automake" +hostmakedepends="automake libtool" +configure_args="--disable-shared" only_for_archs="aarch64-musl armv6l-musl armv7l-musl i686-musl mips-musl mipsel-musl mipselhf-musl x86_64-musl" short_desc="Implementation of fts(3) for musl libc" maintainer="Jürgen Buchmüller " license="BSD" homepage="http://github.com/pullmoll/musl-fts" distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=b9b9b5adfe0f1942124217c05cfd7d518bfb5ed6adfe801be01ac2806fa4c065 +checksum=ba8b99a80378559b51976eb7e189967be37e46590675f6cdf493c5c2df7e361e pre_configure() { ./bootstrap.sh