musl-obstack: enable -fPIC
This commit is contained in:
parent
737b6aa18d
commit
ea0a4cc937
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue