From: Florian Fainelli Date: Sun, 30 Dec 2007 00:03:41 +0000 (+0000) Subject: Fix curl linkings with openssl X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0af92ad9e6d663dc0ae26ef50906e5d9fd7b4778;p=openwrt%2Fsvn-archive%2Fpackages.git Fix curl linkings with openssl SVN-Revision: 10037 --- diff --git a/libs/curl/Makefile b/libs/curl/Makefile index a7fa14ede..c76a08ebb 100644 --- a/libs/curl/Makefile +++ b/libs/curl/Makefile @@ -75,7 +75,6 @@ CONFIGURE_ARGS += \ --without-libidn \ --without-nss \ --with-zlib="$(STAGING_DIR)/usr" \ - --disable-gssapi \ CONFIGURE_VARS += \ LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \