From ee82d5e488e1c07759a906559696c3794f20920f Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 3 Apr 2017 16:45:06 +0200 Subject: [PATCH] Fix building gpgsql als built-in module In #5121, I missed the OBJECTLIBS file when changing the Postgresql detection. Closes #5193 --- modules/gpgsqlbackend/OBJECTLIBS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2