diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template index faa0edd4c16..7af292ddefa 100644 --- a/srcpkgs/musl-fts/template +++ b/srcpkgs/musl-fts/template @@ -1,6 +1,6 @@ # Template file for 'musl-fts' pkgname=musl-fts -version=1.2.6 +version=1.2.7 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -10,9 +10,12 @@ 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=e87494dad1c07d4731c6a289fcb2b1bae74828f062a068a80db1b81ca8fa5386 +checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6 pre_configure() { + # Remove the pkgconfig_DATA we don't use or need + # TODO: find how pkgconfigdir is set in order to keep this line + sed -i "/pkgconfig_DATA/d" Makefile.am ./bootstrap.sh } post_install() {