aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-26 14:53:53 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-26 14:53:53 +0200
commitd23bb3d885f4f82b8957e66d233e029d1bdbd4ff (patch)
tree9a0ae0e94dda97f901e55e765ab0c958aa1cdfb0
parentab1127b2820df8ecd5017e4af224b642dcd497e9 (diff)
downloadalpine_aports-d23bb3d885f4f82b8957e66d233e029d1bdbd4ff.tar.bz2
alpine_aports-d23bb3d885f4f82b8957e66d233e029d1bdbd4ff.tar.xz
alpine_aports-d23bb3d885f4f82b8957e66d233e029d1bdbd4ff.zip
community/gdal: include mysql headers via CPPFLAGS
gdal failed to find them on the builders
-rw-r--r--community/gdal/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD
index d26123df12..86a350d6b5 100644
--- a/community/gdal/APKBUILD
+++ b/community/gdal/APKBUILD
@@ -64,8 +64,7 @@ source="
64build() { 64build() {
65 cd "$builddir"/gdal 65 cd "$builddir"/gdal
66 66
67 ./configure \ 67 CPPFLAGS="$CPPFLAGS -I/usr/include/mysql/server -I/usr/include/tirpc" ./configure \
68 CPPFLAGS=-I/usr/include/tirpc \
69 --build=$CBUILD \ 68 --build=$CBUILD \
70 --host=$CHOST \ 69 --host=$CHOST \
71 --prefix=/usr \ 70 --prefix=/usr \