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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee82d5e488e1c07759a906559696c3794f20920f;p=pdns 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 4790eb81c..30be9e678 100644 --- a/modules/gpgsqlbackend/OBJECTLIBS +++ b/modules/gpgsqlbackend/OBJECTLIBS @@ -1 +1 @@ --lssl -lcrypto $(PGSQL_lib) +-lssl -lcrypto $(PGSQL_LIBS)