musl-obstack: update to 1.1

This commit is contained in:
Jürgen Buchmüller 2017-01-14 11:24:34 +01:00
parent 2713b53c42
commit ccbe8e9673

View file

@ -1,7 +1,7 @@
# Template file for 'musl-obstack'
pkgname=musl-obstack
version=1.0
revision=3
version=1.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
configure_args="--disable-shared"
@ -11,10 +11,13 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
homepage="http://github.com/pullmoll/musl-obstack"
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=6071fa2462c13b2bc6d71d10be115cf8e8c9048802a39e27f5ab6340ade59076
checksum=52a216613e7d55e8725e43d017bb2d49a4b1ffa1e06da472f03c7f9875df7d0d
CFLAGS="-fPIC"
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
}