From: mirko Date: Mon, 6 Dec 2010 15:32:10 +0000 (+0000) Subject: [packages/collectd] Use default configure settings and therewith fix current errors... X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=8f07d027b65e12ff392207de7a7e9610272bfd31;p=packages.git [packages/collectd] Use default configure settings and therewith fix current errors while building with libtool2 git-svn-id: svn://svn.openwrt.org/openwrt/packages@24284 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/curl/Makefile b/libs/curl/Makefile index b424c052a..1921f2c1c 100644 --- a/libs/curl/Makefile +++ b/libs/curl/Makefile @@ -82,10 +82,6 @@ CONFIGURE_VARS += \ LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \ CC="$(filter-out ccache,$(TARGET_CC))" -define Build/Configure - $(call Build/Configure/Default,,bash) -endef - define Build/Compile $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \