libvpx: fix build with ndk-r23
Seems we need to explicitly pass -fPIC for all arches.
This commit is contained in:
parent
a2187e62df
commit
a2fdb7679b
@ -52,5 +52,6 @@ termux_step_configure() {
|
||||
--enable-pic \
|
||||
--enable-vp8 \
|
||||
--enable-shared \
|
||||
--enable-small
|
||||
--enable-small \
|
||||
--extra-cflags="-fPIC"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user