Updated popt to shared

This commit is contained in:
Tuukka Pasanen 2013-12-20 12:45:46 +02:00 committed by Tony Theodore
parent 9b296eee83
commit 228666076e
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--enable-nls
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef