[Git][debian-gis-team/osm2pgsql][master] Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
Bas Couwenberg
gitlab at salsa.debian.org
Sat Apr 13 15:17:34 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql
Commits:
5a2a2ce8 by Bas Couwenberg at 2019-04-13T08:54:00Z
Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ osm2pgsql (0.96.0+ds-3) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Update watch file to limit matches to archive path.
+ * Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
-- Bas Couwenberg <sebastic at debian.org> Sun, 05 Aug 2018 20:38:11 +0200
=====================================
debian/rules
=====================================
@@ -10,8 +10,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# Verbose test output
export VERBOSE=1
-CFLAGS += $(CPPFLAGS)
-CXXFLAGS += $(CPPFLAGS)
+CFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+CXXFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
%:
dh $@ \
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/5a2a2ce87897795207639ecc94b3163bc8ae9c89
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/5a2a2ce87897795207639ecc94b3163bc8ae9c89
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190413/c67f67fb/attachment.html>
More information about the Pkg-grass-devel
mailing list