fix curl compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10204 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dca0ad3947
commit
fd4689cd8e
@ -78,14 +78,17 @@ CONFIGURE_ARGS += \
|
|||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \
|
LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \
|
||||||
|
CC="$(filter-out ccache,$(TARGET_CC))"
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default,,bash)
|
$(call Build/Configure/Default,,bash)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
CC="$(TARGET_CC)" \
|
||||||
|
install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user