From a89cb9bb431dda7d43e51d4b35eb5df15225d6e1 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 20 Jul 2023 13:52:18 +0200 Subject: [PATCH] Fix postgresql warning --- bacula/src/cats/postgresql.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/cats/postgresql.c b/bacula/src/cats/postgresql.c index b369a3256..ad650ed79 100644 --- a/bacula/src/cats/postgresql.c +++ b/bacula/src/cats/postgresql.c @@ -43,6 +43,7 @@ #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION +#undef PACKAGE_URL #include "libpq-fe.h" #include "postgres_ext.h" /* needed for NAMEDATALEN */ -- 2.47.3