Allow to build with external libcurl
modified auto.def
@@ -19,6 +19,7 @@ options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -330,6 +331,11 @@ if {[pkg-config-init 0]} {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/Makefile.autosetup
@@ -1,9 +1,12 @@
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified libpkg/Makefile.autosetup
@@ -62,7 +62,6 @@ LOCAL_CFLAGS= -I$(top_srcdir)/compat \
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -89,7 +88,6 @@ LOCAL_LDFLAGS= @waflags@ \
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -158,6 +156,14 @@ LOCAL_CFLAGS+= @PKG_LIBLDNS_CFLAGS@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|