diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-12-20 11:07:59 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:24:31 -0500 |
commit | 3aaeebcffade46d0a27dbc41ec03de1789ec280d (patch) | |
tree | 3a6f1ea8064c459b80a87f352298f15a333ddb8c /gis/gdal | |
parent | f8f4df38c85aa6ddc964ac96084d116ae929ba92 (diff) |
gis/gdal: Fix location of the new mariadb headers.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'gis/gdal')
-rw-r--r-- | gis/gdal/gdal.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild index 89c9e3878b99..bb308d51b20a 100644 --- a/gis/gdal/gdal.SlackBuild +++ b/gis/gdal/gdal.SlackBuild @@ -113,6 +113,8 @@ else WITHLIST+=" --with-jpeg=/usr/lib${LIBDIRSUFFIX}" fi +# The CPPFLAGS are for the newer mariadb (thanks pprkut!) +CPPFLAGS="-I/usr/include/mysql/server" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |