[Packages] libs/curl: LDFLAGS required after upgrade to 7.17.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10026 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
157d57de03
commit
663c67ccde
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -75,7 +75,10 @@ CONFIGURE_ARGS += \
|
|||||||
--without-libidn \
|
--without-libidn \
|
||||||
--without-nss \
|
--without-nss \
|
||||||
--with-zlib="$(STAGING_DIR)/usr" \
|
--with-zlib="$(STAGING_DIR)/usr" \
|
||||||
--disable-gssapi
|
--disable-gssapi \
|
||||||
|
|
||||||
|
CONFIGURE_VARS += \
|
||||||
|
LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user