changeset 4213:cf9bb8eeaf1c

* gdal.mk: Omit -lsecur32 and openssl libs from LIBS.
author John W. Eaton <jwe@octave.org>
date Sat, 10 Sep 2016 06:44:20 -0400
parents df658d20fd3b
children c18e196786bb
files src/gdal.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdal.mk	Sat Sep 10 06:13:26 2016 -0400
+++ b/src/gdal.mk	Sat Sep 10 06:44:20 2016 -0400
@@ -74,7 +74,7 @@
         --without-php \
         --without-ruby \
         --without-python \
-        LIBS="-ljpeg -lsecur32 `'$(MXE_PKG_CONFIG)' --libs openssl libtiff-4`"
+        LIBS="-ljpeg `'$(MXE_PKG_CONFIG)' --libs libtiff-4`"
     $(MAKE) -C '$(1)'       -j 1 lib-target
     $(MAKE) -C '$(1)'       -j 1 install-lib
     $(MAKE) -C '$(1)/port'  -j 1 install