musl-obstack: enable -fPIC
This commit is contained in:
parent
737b6aa18d
commit
ea0a4cc937
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'musl-obstack'
|
# Template file for 'musl-obstack'
|
||||||
pkgname=musl-obstack
|
pkgname=musl-obstack
|
||||||
version=1.0
|
version=1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
configure_args="--disable-shared"
|
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"
|
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=6071fa2462c13b2bc6d71d10be115cf8e8c9048802a39e27f5ab6340ade59076
|
checksum=6071fa2462c13b2bc6d71d10be115cf8e8c9048802a39e27f5ab6340ade59076
|
||||||
|
|
||||||
|
CFLAGS="-fPIC"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue