comparison src/libgpg_error.mk @ 1502:9cf60f94b395

bugfix: build package libgpg_error only for C, not CL
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 12 Dec 2010 14:03:35 +0100
parents 8d92faf0f697
children 0fc1e472efd1
comparison
equal deleted inserted replaced
1501:8d92faf0f697 1502:9cf60f94b395
22 # wine confuses the cross-compiling detection, so set it explicitly 22 # wine confuses the cross-compiling detection, so set it explicitly
23 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' 23 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
24 cd '$(1)' && ./configure \ 24 cd '$(1)' && ./configure \
25 --host='$(TARGET)' \ 25 --host='$(TARGET)' \
26 --disable-shared \ 26 --disable-shared \
27 --prefix='$(PREFIX)/$(TARGET)' \
27 --disable-nls \ 28 --disable-nls \
28 --prefix='$(PREFIX)/$(TARGET)' 29 --disable-languages
29 $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 30 $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
30 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 31 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
31 endef 32 endef