about summary refs log tree commit diff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorManuel Jacob <me@manueljacob.de>2015-10-02T11·36+0200
committerManuel Jacob <me@manueljacob.de>2015-10-06T20·28+0200
commitcbc177ca013ff9d87b36074eab9de6261f37bdaf (patch)
treeb335944f00084fc5123c635a19b837be28b8b580 /Makefile.config.in
parent1abda8e17311fbfc27b751b90aff4f691f496b0f (diff)
Use pkg-config-provided LDFLAGS for libsqlite3 and libcurl.
Previously, pkg-config was already queried for libsqlite3's and
libcurl's link flags.  However they were not used, but hardcoded
instead.  This commit replaces the hardcoded LDFLAGS by the ones
provided by pkg-config in a similar pattern as already used for
libsodium.
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 29ccc1b146..5a907b35fe 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -5,10 +5,12 @@ CXX = @CXX@
 CXXFLAGS = @CXXFLAGS@
 HAVE_OPENSSL = @HAVE_OPENSSL@
 HAVE_SODIUM = @HAVE_SODIUM@
+LIBCURL_LIBS = @LIBCURL_LIBS@
 OPENSSL_LIBS = @OPENSSL_LIBS@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 SODIUM_LIBS = @SODIUM_LIBS@
+SQLITE3_LIBS = @SQLITE3_LIBS@
 bash = @bash@
 bindir = @bindir@
 bsddiff_compat_include = @bsddiff_compat_include@