From: nbd Date: Mon, 14 Jan 2008 03:38:05 +0000 (+0000) Subject: fix curl build problems on some machines X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=7e392664f7ad208e080f829d4f2a2483b8052378;p=packages.git fix curl build problems on some machines git-svn-id: svn://svn.openwrt.org/openwrt/packages@10186 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/curl/Makefile b/libs/curl/Makefile index c76a08ebb..8f3abf2da 100644 --- a/libs/curl/Makefile +++ b/libs/curl/Makefile @@ -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