We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc1112 commit c49ab23Copy full SHA for c49ab23
gdal/debian/control
@@ -60,8 +60,8 @@ Build-Depends: debhelper (>= 9.20160114),
60
zlib1g-dev,
61
libssl-dev,
62
libesri-filegdb,
63
- libkakadu
64
-# libkea (>= 1.4.4)
+ libkakadu,
+ libkea1.4
65
Build-Conflicts: automake1.11,
66
python-setuptools
67
Standards-Version: 4.3.0
gdal/debian/rules
@@ -155,6 +155,7 @@ override_dh_auto_configure:
155
--with-java=/usr/lib/jvm/default-java \
156
--with-perl \
157
--with-python \
158
+ --with-kea=/usr/bin/kea-config \
159
--with-fgdb=/usr/local \
160
--with-kakadu=/usr/local ; \
161
mv GDALmake.opt GDALmake.opt-$$V; \
0 commit comments