From: Pieter Lexis Date: Mon, 3 Apr 2017 14:45:06 +0000 (+0200) Subject: Fix building gpgsql als built-in module X-Git-Tag: rec-4.1.0-alpha1~176^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5221%2Fhead;p=thirdparty%2Fpdns.git Fix building gpgsql als built-in module In #5121, I missed the OBJECTLIBS file when changing the Postgresql detection. Closes #5193 --- diff --git a/modules/gpgsqlbackend/OBJECTLIBS b/modules/gpgsqlbackend/OBJECTLIBS index 4790eb81c0..30be9e6783 100644 --- a/modules/gpgsqlbackend/OBJECTLIBS +++ b/modules/gpgsqlbackend/OBJECTLIBS @@ -1 +1 @@ --lssl -lcrypto $(PGSQL_lib) +-lssl -lcrypto $(PGSQL_LIBS)