Merge pull request #4656 from lrusak/seo-fixes-and-picks

various build fixes
This commit is contained in:
Lukas Rusak 2016-02-02 00:00:22 -08:00
commit e336c9eb6c
2 changed files with 8 additions and 3 deletions

View File

@ -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 \

View File

@ -60,8 +60,9 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
--disable-tftp \ --disable-tftp \
--disable-pop3 \ --disable-pop3 \
--disable-imap \ --disable-imap \
--disable-smb \
--disable-smtp \ --disable-smtp \
--disable-gophper \ --disable-gopher \
--disable-manual \ --disable-manual \
--enable-libgcc \ --enable-libgcc \
--enable-ipv6 \ --enable-ipv6 \
@ -72,7 +73,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
--disable-sspi \ --disable-sspi \
--enable-crypto-auth \ --enable-crypto-auth \
--enable-cookies \ --enable-cookies \
--enable-hidden-symbols \ --enable-symbol-hiding \
--disable-soname-bump \ --disable-soname-bump \
--with-gnu-ld \ --with-gnu-ld \
--without-krb4 \ --without-krb4 \
@ -88,6 +89,8 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
--without-nss \ --without-nss \
--with-ca-bundle=$SSL_CERTIFICATES/cacert.pem \ --with-ca-bundle=$SSL_CERTIFICATES/cacert.pem \
--without-ca-path \ --without-ca-path \
--without-libpsl \
--without-libmetalink \
--without-libssh2 \ --without-libssh2 \
--with-librtmp=$SYSROOT_PREFIX/usr \ --with-librtmp=$SYSROOT_PREFIX/usr \
--without-libidn" --without-libidn"
@ -98,6 +101,7 @@ pre_configure_target() {
} }
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/usr/share/zsh
rm -rf $INSTALL/usr/bin/curl-config rm -rf $INSTALL/usr/bin/curl-config
sed -e "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" -i $SYSROOT_PREFIX/usr/bin/curl-config sed -e "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" -i $SYSROOT_PREFIX/usr/bin/curl-config