comparison src/guile.mk @ 935:9993be51f18d

disable the use of the buggy Pthreads-w32 library in packages freetds, guile, libmikmod, libshout, libxml2, sqlite, tiff, vorbis and xerces
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 02 May 2010 17:58:37 +0200
parents a29eb0aabd44
children 2d9d50ec94e2
comparison
equal deleted inserted replaced
934:60c8d4c40785 935:9993be51f18d
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 cd '$(1)' && ./configure \ 23 cd '$(1)' && ./configure \
24 --host='$(TARGET)' \ 24 --host='$(TARGET)' \
25 --prefix='$(PREFIX)/$(TARGET)' \ 25 --prefix='$(PREFIX)/$(TARGET)' \
26 --disable-shared \ 26 --disable-shared \
27 --with-threads \ 27 --without-threads \
28 LIBS='-lunistring -lintl -liconv' 28 LIBS='-lunistring -lintl -liconv'
29 $(MAKE) -C '$(1)' -j '$(JOBS)' schemelib_DATA= 29 $(MAKE) -C '$(1)' -j '$(JOBS)' schemelib_DATA=
30 $(MAKE) -C '$(1)' -j 1 install schemelib_DATA= 30 $(MAKE) -C '$(1)' -j 1 install schemelib_DATA=
31 31
32 '$(TARGET)-gcc' \ 32 '$(TARGET)-gcc' \