summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-06-09 18:05:42 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-06-18 05:03:00 (GMT)
commit9bb85786a6c66265b90f272ed31a73e2616daa99 (patch)
treef109d5fdc998511bb1dd6cfc052c83ade30bcacb /src
parente64fb04b50a9bc6bfb1e8465d8fafe09c8af4c32 (diff)
downloadmxe-9bb85786a6c66265b90f272ed31a73e2616daa99.zip
mxe-9bb85786a6c66265b90f272ed31a73e2616daa99.tar.gz
mxe-9bb85786a6c66265b90f272ed31a73e2616daa99.tar.bz2
isl: enabled shared builds
Diffstat (limited to 'src')
-rw-r--r--src/isl.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/isl.mk b/src/isl.mk
index 3fe3b76..2423a36 100644
--- a/src/isl.mk
+++ b/src/isl.mk
@@ -26,8 +26,6 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-gmp-prefix='$(PREFIX)/$(TARGET)'
- $(MAKE) -C '$(1)' -j '$(JOBS)'
+ $(MAKE) -C '$(1)' -j '$(JOBS)' $(if $(BUILD_SHARED),LDFLAGS=-no-undefined)
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef
-
-$(PKG)_BUILD_SHARED =