summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-21 03:01:53 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-21 03:01:53 (GMT)
commite8d882a99ea75d06a66a71da1db6bebbcdffb79f (patch)
treed5181d78ce50801f9c9224cd02957d66125acaca /src
parent9c000cf49c3b5dfa784a84266d30df970b832908 (diff)
downloadmxe-e8d882a99ea75d06a66a71da1db6bebbcdffb79f.zip
mxe-e8d882a99ea75d06a66a71da1db6bebbcdffb79f.tar.gz
mxe-e8d882a99ea75d06a66a71da1db6bebbcdffb79f.tar.bz2
muparser: enable shared build
Diffstat (limited to 'src')
-rw-r--r--src/muparser.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/muparser.mk b/src/muparser.mk
index ecfe127..747cc31 100644
--- a/src/muparser.mk
+++ b/src/muparser.mk
@@ -16,12 +16,8 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --prefix='$(PREFIX)/$(TARGET)' \
- --disable-shared \
+ $(MXE_CONFIGURE_OPTS) \
--disable-samples \
--disable-debug
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef
-
-$(PKG)_BUILD_SHARED =