mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mtdev: use fPIC
This commit is contained in:
parent
9ec3fa4ed4
commit
ca16d7ab3b
@ -31,4 +31,8 @@ PKG_LONGDESC="The mtdev is a stand-alone library which transforms all variants o
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
CFLAGS="$CFLAGS -fPIC"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user