mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:54:36 +02:00
[package] openssl: fix annoying build errors when changing upstream versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15880 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3e75f0f823
commit
20a7f3860f
@ -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…
Reference in New Issue
Block a user