openssl: fix annoying build errors when changing upstream versions

SVN-Revision: 15880
v19.07.3_mercusys_ac12_duma
Nicolas Thill 15 years ago
parent 022e4a568e
commit c1a929efbd

@ -93,8 +93,9 @@ endef
TARGET_CFLAGS += $(FPIC)
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
# XXX: OpenSSL "make depend" will look for installed headers before its own,
# so remove installed stuff first
-$(SUBMAKE) -j1 clean-staging
$(MAKE) -C $(PKG_BUILD_DIR) \
MAKEDEPPROG="$(TARGET_CROSS)gcc" \
OPENWRT_OPTIMIZATION_FLAGS="$(TARGET_CFLAGS)" \

Loading…
Cancel
Save