comparison src/gdal.mk @ 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 842456617da9
children db93aea509a5
comparison
equal deleted inserted replaced
4212:df658d20fd3b 4213:cf9bb8eeaf1c
72 --without-epsilon \ 72 --without-epsilon \
73 --without-perl \ 73 --without-perl \
74 --without-php \ 74 --without-php \
75 --without-ruby \ 75 --without-ruby \
76 --without-python \ 76 --without-python \
77 LIBS="-ljpeg -lsecur32 `'$(MXE_PKG_CONFIG)' --libs openssl libtiff-4`" 77 LIBS="-ljpeg `'$(MXE_PKG_CONFIG)' --libs libtiff-4`"
78 $(MAKE) -C '$(1)' -j 1 lib-target 78 $(MAKE) -C '$(1)' -j 1 lib-target
79 $(MAKE) -C '$(1)' -j 1 install-lib 79 $(MAKE) -C '$(1)' -j 1 install-lib
80 $(MAKE) -C '$(1)/port' -j 1 install 80 $(MAKE) -C '$(1)/port' -j 1 install
81 $(MAKE) -C '$(1)/gcore' -j 1 install 81 $(MAKE) -C '$(1)/gcore' -j 1 install
82 $(MAKE) -C '$(1)/frmts' -j 1 install 82 $(MAKE) -C '$(1)/frmts' -j 1 install