[PATCH v2] build: link with curl-defined linker flags

2018-11-02 Thread James Knight
provide curl-related build information, adjusting the respective assets to populate required linker flags using the utility (unless explicitly configured). Signed-off-by: James Knight --- Changes v1 -> v2: - Improved support for detecting curl linker flags when not using a configure-based bu

[PATCH] build: link with curl-defined linker flags

2018-11-02 Thread James Knight
-by: James Knight --- Makefile | 21 +++-- config.mak.uname | 5 ++--- configure.ac | 17 +++-- 3 files changed, 16 insertions(+), 27 deletions(-) diff --git a/Makefile b/Makefile index b08d5ea25..c3be87b0e 100644 --- a/Makefile +++ b/Makefile @@ -183,10