From: florian Date: Sun, 30 Dec 2007 00:03:41 +0000 (+0000) Subject: Fix curl linkings with openssl X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bc9a5b23e993d88a51b1736295771c44368330cc;p=packages.git Fix curl linkings with openssl git-svn-id: svn://svn.openwrt.org/openwrt/packages@10037 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" \