summaryrefslogtreecommitdiffstats
path: root/src/curl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/curl.mk')
-rw-r--r--src/curl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curl.mk b/src/curl.mk
index c8d572e..523318c 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -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' \