mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
gdb: add / to auto-load safe-path
This commit is contained in:
parent
86b5645d1d
commit
6bcec58b9e
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
PKG_NAME="gdb"
|
PKG_NAME="gdb"
|
||||||
PKG_VERSION="7.10.1"
|
PKG_VERSION="7.10.1"
|
||||||
PKG_REV="1"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/gdb/"
|
PKG_SITE="http://www.gnu.org/software/gdb/"
|
||||||
@ -43,6 +43,7 @@ pre_configure_target() {
|
|||||||
PKG_CONFIGURE_OPTS_TARGET="bash_cv_have_mbstate_t=set \
|
PKG_CONFIGURE_OPTS_TARGET="bash_cv_have_mbstate_t=set \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--with-auto-load-safe-path=/ \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-sim \
|
--disable-sim \
|
||||||
--without-x \
|
--without-x \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user