summaryrefslogtreecommitdiffstats
path: root/src/proj.mk
diff options
context:
space:
mode:
authorRashad M <mohammedrashadkm@gmail.com>2014-10-19 11:22:38 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-22 02:42:09 (GMT)
commit345009752f62b8e144ee94ddf114acdcc411bc7e (patch)
tree326fb027231946a2f5014ecaa6e1a03ba19412bc /src/proj.mk
parentd2a9c6300c5ea3a8750b537b8b56066c4ac41a42 (diff)
downloadmxe-345009752f62b8e144ee94ddf114acdcc411bc7e.zip
mxe-345009752f62b8e144ee94ddf114acdcc411bc7e.tar.gz
mxe-345009752f62b8e144ee94ddf114acdcc411bc7e.tar.bz2
proj: enable shared libs
I fixed indentation before pushing. See #534. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/proj.mk')
-rw-r--r--src/proj.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/proj.mk b/src/proj.mk
index 6dc530f..2f15ab5 100644
--- a/src/proj.mk
+++ b/src/proj.mk
@@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--with-mutex
$(MAKE) -C '$(1)' -j '$(JOBS)'
# remove header which is not installed since 4.8.0
@@ -29,4 +27,3 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j 1 install
endef
-$(PKG)_BUILD_SHARED =