mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
vdr-iptv: build with '-fPIC'
This commit is contained in:
parent
779a3f01ce
commit
b6c42adf66
4
packages/3rdparty/multimedia/vdr-iptv/build
vendored
4
packages/3rdparty/multimedia/vdr-iptv/build
vendored
@ -24,6 +24,10 @@
|
||||
|
||||
VDR_DIR=`basename $BUILD/vdr-[0-9]*`
|
||||
|
||||
CFLAGS="$CFLAGS -fPIC"
|
||||
CXXFLAGS="$CXXFLAGS -fPIC"
|
||||
LDFLAGS="$LDFLAGS -fPIC"
|
||||
|
||||
cd $PKG_BUILD
|
||||
make VDRDIR="../$VDR_DIR" LIBDIR="." LOCALEDIR="./locale"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user