musl-fts: update to 1.2.7

This commit is contained in:
Jürgen Buchmüller 2017-01-15 04:06:30 +01:00
parent 4313adf4a5
commit 59e5d428db
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${p
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
sed -i "/pkgconfig_DATA/i pkgconfigdir=\$(libdir)/pkgconfig" Makefile.am
./bootstrap.sh
}
post_install() {