X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fcurl%2FMakefile;h=a7fa14ede10664799798af5a8577e10fbd560775;hp=1bf08cf2a017686350a9928c9289fb6c7179c87e;hb=25b86642d20e444277a0d239286ee9cde0ea5ba9;hpb=b91500879c66acfe4fbd2d4f1a2e23b3de997a37 diff --git a/libs/curl/Makefile b/libs/curl/Makefile index 1bf08cf2a0..a7fa14ede1 100644 --- a/libs/curl/Makefile +++ b/libs/curl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -75,7 +75,10 @@ CONFIGURE_ARGS += \ --without-libidn \ --without-nss \ --with-zlib="$(STAGING_DIR)/usr" \ - --disable-gssapi + --disable-gssapi \ + +CONFIGURE_VARS += \ + LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install