Fix building when host and target systems are same arch, Always disable readline support
SVN-Revision: 1599
This commit is contained in:
parent
6d2676d287
commit
26cfd9fa56
@ -23,7 +23,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
|
||||||
ac_cv_openssldir="$(STAGING_DIR)/usr" \
|
ac_cv_openssldir="$(STAGING_DIR)/usr" \
|
||||||
ac_cv_have_accrights_in_msghdr=no \
|
ac_cv_have_accrights_in_msghdr=no \
|
||||||
ac_cv_have_control_in_msghdr=yes \
|
ac_cv_have_control_in_msghdr=yes \
|
||||||
@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--with-osiris-user=root \
|
--with-osiris-user=root \
|
||||||
--with-root-dir=/var/lib/osiris \
|
--with-root-dir=/var/lib/osiris \
|
||||||
|
--with-readline=no \
|
||||||
);
|
);
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
@ -56,6 +57,8 @@ $(PKG_BUILD_DIR)/.built:
|
|||||||
rm -rf $(PKG_INSTALL_DIR)
|
rm -rf $(PKG_INSTALL_DIR)
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
ar=$(TARGET_CROSS)ar \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
INTERACTIVE=0 \
|
INTERACTIVE=0 \
|
||||||
all install
|
all install
|
||||||
|
Loading…
Reference in New Issue
Block a user