summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/geos.mk3
-rw-r--r--src/osgearth.mk3
-rw-r--r--src/ossim.mk3
3 files changed, 4 insertions, 5 deletions
diff --git a/src/geos.mk b/src/geos.mk
index 3d80349..0a97fdb 100644
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -20,7 +20,8 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- $(MXE_CONFIGURE_OPTS)
+ $(MXE_CONFIGURE_OPTS) \
+ --disable-inline
$(MAKE) -C '$(1)' -j '$(JOBS)' $(MXE_DISABLE_PROGRAMS)
$(MAKE) -C '$(1)' -j 1 $(INSTALL_STRIP_LIB)
diff --git a/src/osgearth.mk b/src/osgearth.mk
index 9755419..17b3c54 100644
--- a/src/osgearth.mk
+++ b/src/osgearth.mk
@@ -15,8 +15,7 @@ define $(PKG)_BUILD
-DWITH_EXTERNAL_TINYXML=OFF \
-DBUILD_OSGEARTH_EXAMPLES=OFF \
-DBUILD_APPLICATIONS=OFF \
- -DBUILD_TESTS=OFF \
- -DCMAKE_CXX_FLAGS='-DGEOS_INLINE=1'
+ -DBUILD_TESTS=OFF
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' VERBOSE=1
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
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