isl: enabled shared builds

This commit is contained in:
Tony Theodore 2016-06-10 04:05:42 +10:00
parent e64fb04b50
commit 9bb85786a6
1 changed files with 1 additions and 3 deletions

View File

@ -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 =