From 29d5113762d14b838337791fd7ea81d71036d7a0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 14 Jan 2008 03:38:05 +0000 Subject: [PATCH] fix curl build problems on some machines SVN-Revision: 10186 --- libs/curl/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/curl/Makefile b/libs/curl/Makefile index c76a08ebbd..8f3abf2da5 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 -- 2.30.2