summaryrefslogtreecommitdiffstats
path: root/src/ossim.mk
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2018-03-29 02:09:34 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-30 05:25:21 (GMT)
commitbe40af4586940202ad07cb9402e0157f38407e54 (patch)
tree9866a150c169a47cc244955a400790816b3ad7ba /src/ossim.mk
parent4e3467e51737f10ca7386329d6ed844abd8e2697 (diff)
downloadmxe-be40af4586940202ad07cb9402e0157f38407e54.zip
mxe-be40af4586940202ad07cb9402e0157f38407e54.tar.gz
mxe-be40af4586940202ad07cb9402e0157f38407e54.tar.bz2
geos: configure with "--disable-inline" option
+ Update affected packages.
Diffstat (limited to 'src/ossim.mk')
-rw-r--r--src/ossim.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ossim.mk b/src/ossim.mk
index 8e3075f..b5c5541 100644
--- a/src/ossim.mk
+++ b/src/ossim.mk
@@ -16,8 +16,7 @@ define $(PKG)_BUILD
-DBUILD_OSSIM_FREETYPE_SUPPORT=TRUE \
-DBUILD_OSSIM_CURL_APPS=FALSE \
-DBUILD_OSSIM_TESTS=FALSE \
- -DBUILD_OSSIM_APPS=FALSE \
- -DCMAKE_CXX_FLAGS='-DGEOS_INLINE=1'
+ -DBUILD_OSSIM_APPS=FALSE
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' VERBOSE=1
$(MAKE) -C '$(BUILD_DIR)' -j 1 install VERBOSE=1