mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
pcre: build with -fPIC
This commit is contained in:
parent
da62083263
commit
784d385361
@ -22,6 +22,10 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
CFLAGS="$CFLAGS -fPIC"
|
||||||
|
CXXFLAGS="$CXXFLAGS -fPIC"
|
||||||
|
LDFLAGS="$LDFLAGS -fPIC"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
mkdir -p m4 && do_autoreconf
|
mkdir -p m4 && do_autoreconf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user