mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
enca: build with -fPIC -DPIC flags
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3f96b6c51a
commit
5c8b94ff49
@ -27,6 +27,8 @@ if [ "$ICONV" = "libiconv" ]; then
|
||||
export LDFLAGS="$LDFLAGS -liconv"
|
||||
fi
|
||||
|
||||
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
|
||||
cd $PKG_BUILD
|
||||
ac_cv_file__dev_random=yes \
|
||||
ac_cv_file__dev_urandom=no \
|
||||
|
Loading…
x
Reference in New Issue
Block a user