Enable shared builds for gsl

This commit is contained in:
Daniel Heinrich 2016-11-11 09:43:27 +01:00
parent 87b08fae68
commit 35184c9a74
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 =