mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
clean up unneeded configure opts
This commit is contained in:
parent
f847946043
commit
d2fe9aba22
@ -49,8 +49,6 @@ fi
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--enable-shared \
|
|
||||||
--disable-static \
|
|
||||||
--enable-library \
|
--enable-library \
|
||||||
--enable-usb \
|
--enable-usb \
|
||||||
--enable-udev \
|
--enable-udev \
|
||||||
|
@ -36,9 +36,7 @@ PKG_IS_ADDON="no"
|
|||||||
|
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
|
||||||
--enable-shared \
|
|
||||||
--disable-device-mapper \
|
|
||||||
--without-readline \
|
--without-readline \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-gnu-ld"
|
--with-gnu-ld"
|
||||||
|
@ -35,5 +35,3 @@ PKG_LONGDESC="yaml is the next generation YAML parser and emitter."
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static --enable-shared"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user