bugfix: build package libgpg_error only for C, not CL

This commit is contained in:
Volker Grabsch 2010-12-12 14:03:35 +01:00
parent 8532a39114
commit 8761fe839f
1 changed files with 2 additions and 1 deletions

View File

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