From bc9a5b23e993d88a51b1736295771c44368330cc Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 30 Dec 2007 00:03:41 +0000 Subject: [PATCH] Fix curl linkings with openssl git-svn-id: svn://svn.openwrt.org/openwrt/packages@10037 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/curl/Makefile | 1 - 1 file changed, 1 deletion(-) 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" \