From 5b6c57dc0b0637e66189b7a7488d7fa8ff075587 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 21 Jun 2024 14:29:20 +0200 Subject: [PATCH] auth: allow -lodbc in a non-standard location needed for e.g. macOS with non-dylib odbc --- modules/godbcbackend/OBJECTLIBS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/godbcbackend/OBJECTLIBS b/modules/godbcbackend/OBJECTLIBS index 3660bcf3fee8..ef3e20487fb0 100644 --- a/modules/godbcbackend/OBJECTLIBS +++ b/modules/godbcbackend/OBJECTLIBS @@ -1 +1 @@ --lodbc \ No newline at end of file +$(UNIXODBC_LIBS)