proj: enable shared libs

I fixed indentation before pushing.

See #534.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Rashad M 2014-10-19 16:52:38 +05:30 committed by Timothy Gu
parent d2a9c6300c
commit 345009752f
1 changed files with 1 additions and 4 deletions

View File

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