musl-obstack: enable -fPIC

This commit is contained in:
Jürgen Buchmüller 2015-11-01 12:27:23 +01:00
parent 737b6aa18d
commit ea0a4cc937
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'musl-obstack'
pkgname=musl-obstack
version=1.0
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="automake libtool"
configure_args="--disable-shared"
@ -13,6 +13,7 @@ homepage="http://github.com/pullmoll/musl-obstack"
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=6071fa2462c13b2bc6d71d10be115cf8e8c9048802a39e27f5ab6340ade59076
CFLAGS="-fPIC"
pre_configure() {
./bootstrap.sh
}