Fix to really use libcurl from pkg-config
modified libpkg/repo/binary/Makefile.autosetup
@@ -22,4 +22,9 @@ VPATH= $(top_srcdir)/libpkg/repo/binary
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified src/Makefile.autosetup
@@ -85,8 +85,7 @@ OTHER_LIBS+= -lssl -lcrypto
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified tests/Makefile.autosetup
@@ -124,7 +124,7 @@ LIBS+= @PKG_LIBARCHIVE_LDFLAGS@ @PKG_LIBARCHIVE_LIBS@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -144,6 +144,8 @@ LIBS+= @PKG_LIBCURL_LDFLAGS@ @PKG_LIBCURL_LIBS@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|