Merge pull request #1568 from danielwbn/master

Enable shared builds for gsl
This commit is contained in:
Boris Nagaev 2016-11-12 00:52:19 +04:00 committed by GitHub
commit 1a461fbb8a
1 changed files with 1 additions and 7 deletions

View File

@ -18,11 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--enable-static
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
@ -31,5 +27,3 @@ define $(PKG)_BUILD
'$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-gsl.exe' \
-lgsl
endef
$(PKG)_BUILD_SHARED =