package curl: fix libidn dependency

Curl seems to assume that -lidn is enough, but libidn itself has
dependencies that pkg-config lists.
This commit is contained in:
Mark Brand 2011-11-25 16:10:00 +01:00
parent 59a3ede912
commit ab238982a2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ define $(PKG)_BUILD
--with-gnutls \
--with-libidn \
--enable-sspi \
LIBS="`$(TARGET)-pkg-config --libs libssh2`"
LIBS="`$(TARGET)-pkg-config --libs libidn libssh2`"
$(MAKE) -C '$(1)' -j '$(JOBS)' install
'$(TARGET)-gcc' \