mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4656 from lrusak/seo-fixes-and-picks
various build fixes
This commit is contained in:
commit
e336c9eb6c
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="gdb"
|
||||
PKG_VERSION="7.10.1"
|
||||
PKG_REV="1"
|
||||
PKG_REV="2"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
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 \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
--with-auto-load-safe-path=/ \
|
||||
--disable-nls \
|
||||
--disable-sim \
|
||||
--without-x \
|
||||
|
@ -60,8 +60,9 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
|
||||
--disable-tftp \
|
||||
--disable-pop3 \
|
||||
--disable-imap \
|
||||
--disable-smb \
|
||||
--disable-smtp \
|
||||
--disable-gophper \
|
||||
--disable-gopher \
|
||||
--disable-manual \
|
||||
--enable-libgcc \
|
||||
--enable-ipv6 \
|
||||
@ -72,7 +73,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
|
||||
--disable-sspi \
|
||||
--enable-crypto-auth \
|
||||
--enable-cookies \
|
||||
--enable-hidden-symbols \
|
||||
--enable-symbol-hiding \
|
||||
--disable-soname-bump \
|
||||
--with-gnu-ld \
|
||||
--without-krb4 \
|
||||
@ -88,6 +89,8 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
|
||||
--without-nss \
|
||||
--with-ca-bundle=$SSL_CERTIFICATES/cacert.pem \
|
||||
--without-ca-path \
|
||||
--without-libpsl \
|
||||
--without-libmetalink \
|
||||
--without-libssh2 \
|
||||
--with-librtmp=$SYSROOT_PREFIX/usr \
|
||||
--without-libidn"
|
||||
@ -98,6 +101,7 @@ pre_configure_target() {
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/share/zsh
|
||||
rm -rf $INSTALL/usr/bin/curl-config
|
||||
|
||||
sed -e "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" -i $SYSROOT_PREFIX/usr/bin/curl-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user