]> granicus.if.org Git - pdns/commitdiff
Fix building gpgsql als built-in module
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 3 Apr 2017 14:45:06 +0000 (16:45 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 3 Apr 2017 14:45:06 +0000 (16:45 +0200)
In #5121, I missed the OBJECTLIBS file when changing the Postgresql
detection.

Closes #5193

modules/gpgsqlbackend/OBJECTLIBS

index 4790eb81c0b9beb078fa8cd8e88fffa00d18944e..30be9e67830e1a5d102ce2053cada05eaa6ea92f 100644 (file)
@@ -1 +1 @@
--lssl -lcrypto $(PGSQL_lib)
+-lssl -lcrypto $(PGSQL_LIBS)