[gdal] 08/16: Enable cryptopp support.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 2 16:11:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental-2.1
in repository gdal.
commit 9c22d003949cbebfc6d434d7f16433073d2268da
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 2 12:02:25 2016 +0200
Enable cryptopp support.
---
debian/changelog | 1 +
debian/control | 2 ++
debian/rules | 1 +
3 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b067ccc..de9f70b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ gdal (2.1.0~beta1+dfsg-1) UNRELEASED; urgency=medium
- Switch from GPL-2+ to GPL-3+ for config.{sub,guess}
- Add license & copyright for Qhull
* Enable QHull support.
+ * Enable cryptopp support.
-- Bas Couwenberg <sebastic at debian.org> Sat, 02 Apr 2016 11:15:12 +0200
diff --git a/debian/control b/debian/control
index 76dcd0d..51a7b82 100644
--- a/debian/control
+++ b/debian/control
@@ -44,6 +44,7 @@ Build-Depends: debhelper (>= 9),
libspatialite-dev (>= 4.3.0-3~),
libepsilon-dev (>= 0.9.1-1~),
libqhull-dev,
+ libcrypto++-dev,
libpoppler-private-dev,
liblzma-dev,
libopenjp2-7-dev,
@@ -111,6 +112,7 @@ Depends: libgdal20 (= ${binary:Version}),
libspatialite-dev,
libdap-dev,
libqhull-dev,
+ libcrypto++-dev,
${misc:Depends}
Suggests: libgdal-doc
Description: Geospatial Data Abstraction Library - Development files
diff --git a/debian/rules b/debian/rules
index d20c804..c05ef76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -125,6 +125,7 @@ override_dh_auto_configure:
--with-liblzma=yes \
--with-epsilon=/usr \
--with-qhull=yes \
+ --with-cryptopp=yes \
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"; \
mv GDALmake.opt GDALmake.opt-$$V; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git
More information about the Pkg-grass-devel
mailing list