use explicitly the --with-mutex configure option in package proj

This commit is contained in:
Volker Grabsch 2010-05-02 03:40:24 +02:00
parent 9ece6479d9
commit e6199107f5
1 changed files with 2 additions and 1 deletions

View File

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