summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 =