Fix curl linkings with openssl

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10037 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-12-30 00:03:41 +00:00
parent f9d1a1c824
commit bc9a5b23e9

View File

@ -75,7 +75,6 @@ CONFIGURE_ARGS += \
--without-libidn \ --without-libidn \
--without-nss \ --without-nss \
--with-zlib="$(STAGING_DIR)/usr" \ --with-zlib="$(STAGING_DIR)/usr" \
--disable-gssapi \
CONFIGURE_VARS += \ CONFIGURE_VARS += \
LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \ LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \