package lame: disable exe build

This commit is contained in:
Tony Theodore 2014-05-10 01:23:00 +10:00
parent 6a94a6acb0
commit d2dd2e6632
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -i && ./configure \
$(MXE_CONFIGURE_OPTS)
$(MXE_CONFIGURE_OPTS) \
--disable-frontend
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef