testing/fts: add -fPIC to CFLAGS

Simply adding -fPIC to CFLAGS when building.
This commit is contained in:
Jonathan Curran 2015-09-09 02:13:46 +00:00 committed by Natanael Copa
parent ee5e8218e1
commit ffec20d789

View File

@ -29,7 +29,7 @@ prepare() {
build() { build() {
cd "$_builddir" cd "$_builddir"
./bootstrap.sh ./bootstrap.sh
./configure --build=$CBUILD \ CFLAGS=-fPIC ./configure --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
--prefix=/usr || return 1 --prefix=/usr || return 1
make || return 1 make || return 1