changeset 5128:d394b941d702

* src/gdal.mk: call configure with cxx and ldflags set
author John Donoghue
date Mon, 22 Jul 2019 15:20:34 -0400
parents d111d70143a3
children b8ab082739ef
files src/gdal.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdal.mk	Fri Jul 19 16:39:09 2019 -0400
+++ b/src/gdal.mk	Mon Jul 22 15:20:34 2019 -0400
@@ -20,6 +20,7 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
+	$(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(ENABLE_SHARED_OR_STATIC) \
         --prefix='$(HOST_PREFIX)' \
         --with-bsb \