Skip to content
Commits on Source (2)
grass (7.4.3-2) UNRELEASED; urgency=medium
grass (7.4.3-2) unstable; urgency=medium
* Also strip .note section from binaries.
* Bump Standards-Version to 4.3.0, changes: strip binaries.
* Fix --with-mysql-includes option with multiple include directories.
-- Bas Couwenberg <sebastic@debian.org> Sun, 23 Dec 2018 12:08:06 +0100
-- Bas Couwenberg <sebastic@debian.org> Tue, 25 Dec 2018 20:42:22 +0100
grass (7.4.3-1) unstable; urgency=medium
......
......@@ -100,7 +100,7 @@ override_dh_auto_configure: templates
--with-liblas=/usr/bin/liblas-config \
--with-motif \
--with-mysql \
--with-mysql-includes=$(shell mysql_config --include | sed -e 's/-I//') \
--with-mysql-includes="$(shell mysql_config --include | sed -e 's/-I//g')" \
--with-netcdf \
--with-nls \
--with-odbc \
......