From ba81d7ec25538d11a8023f22ae8d3d6bb3c63305 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 2 Jun 2012 18:08:43 +0000 Subject: curl workaround link static -ldl pour pkg-get --- curl/Pkgfile | 1 + 1 file changed, 1 insertion(+) (limited to 'curl') diff --git a/curl/Pkgfile b/curl/Pkgfile index 6a67176f5..c1117cb4c 100755 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -18,4 +18,5 @@ build() { --disable-ldap make make DESTDIR=$PKG install + sed "s|-lz|-lz -ldl|" -i $PKG/usr/lib/pkgconfig/libcurl.pc } -- cgit v1.2.3-54-g00ecf