package curl: fix libidn dependency

Curl seems to assume that -lidn is enough, but libidn itself has
dependencies that pkg-config lists.
pull/13/head
Mark Brand 13 years ago
parent 59a3ede912
commit ab238982a2

@ -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' \

Loading…
Cancel
Save