summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-30 02:15:31 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-30 02:15:31 (GMT)
commitb0a94ba1f8be4b8b5b9d70cc53c7807abcf4f4fc (patch)
tree10b863d936709508a439429f1f30cbe9f787f2d6 /src
parentcc26b29729176ef2fb5fa14f8d6aee502e00815d (diff)
downloadmxe-b0a94ba1f8be4b8b5b9d70cc53c7807abcf4f4fc.zip
mxe-b0a94ba1f8be4b8b5b9d70cc53c7807abcf4f4fc.tar.gz
mxe-b0a94ba1f8be4b8b5b9d70cc53c7807abcf4f4fc.tar.bz2
libunistring: enable shared build
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/libunistring.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libunistring.mk b/src/libunistring.mk
index df1f418..15fe5c5 100644
--- a/src/libunistring.mk
+++ b/src/libunistring.mk
@@ -19,12 +19,8 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --prefix='$(PREFIX)/$(TARGET)' \
- --disable-shared \
+ $(MXE_CONFIGURE_OPTS) \
--enable-threads=win32
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef
-
-$(PKG)_BUILD_SHARED =