[postgis-tickets] r15663 - Quiet build noise in raster
Paul Ramsey
pramsey at cleverelephant.ca
Fri Sep 8 12:56:20 PDT 2017
Author: pramsey
Date: 2017-09-08 12:56:19 -0700 (Fri, 08 Sep 2017)
New Revision: 15663
Modified:
trunk/raster/rt_pg/rtpostgis.h
Log:
Quiet build noise in raster
Modified: trunk/raster/rt_pg/rtpostgis.h
===================================================================
--- trunk/raster/rt_pg/rtpostgis.h 2017-09-08 19:20:46 UTC (rev 15662)
+++ trunk/raster/rt_pg/rtpostgis.h 2017-09-08 19:56:19 UTC (rev 15663)
@@ -28,6 +28,14 @@
#ifndef RTPOSTGIS_H_INCLUDED
#define RTPOSTGIS_H_INCLUDED
+/* Quiet build noise by stripping duplicate MACRO defns */
+/* coming from include files */
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
+
#include "librtcore.h"
/* Debugging macros */
More information about the postgis-tickets
mailing list