mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-21 12:21:43 +02:00
testing/fts: add -fPIC to CFLAGS
Simply adding -fPIC to CFLAGS when building.
This commit is contained in:
parent
ee5e8218e1
commit
ffec20d789
@ -29,7 +29,7 @@ prepare() {
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./bootstrap.sh
|
||||
./configure --build=$CBUILD \
|
||||
CFLAGS=-fPIC ./configure --build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr || return 1
|
||||
make || return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user