fix curl build problems on some machines
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10186 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b635a9ba76
commit
7e392664f7
@ -79,6 +79,11 @@ CONFIGURE_ARGS += \
|
||||
CONFIGURE_VARS += \
|
||||
LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \
|
||||
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,,bash)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user