X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fcurl%2FMakefile;h=806192d0fd2a757451c38bee0bbbf65e816b05ba;hp=905fa45bc9c5e653ad9b82f9c31e0f43c0c14f6f;hb=58f48077a4ae300f820549b606a5efb5e05137b1;hpb=91c045b426d31a31571bb1066ead823bd5ceb46e diff --git a/libs/curl/Makefile b/libs/curl/Makefile index 905fa45bc9..806192d0fd 100644 --- a/libs/curl/Makefile +++ b/libs/curl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -84,13 +84,6 @@ CONFIGURE_VARS += \ LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \ CC="$(filter-out ccache,$(TARGET_CC))" -#define Build/Configure -# (cd $(PKG_BUILD_DIR); \ -# autoreconf -v --install || exit 1 \ -# ); -# $(call Build/Configure/Default) -#endef - define Build/Compile $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \