From: Eric Bollengier Date: Thu, 20 Jul 2023 11:52:18 +0000 (+0200) Subject: Fix postgresql warning X-Git-Tag: Beta-15.0.0~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a89cb9bb431dda7d43e51d4b35eb5df15225d6e1;p=thirdparty%2Fbacula.git Fix postgresql warning --- 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 */