From: Felix Fietkau Date: Tue, 5 Aug 2008 06:37:56 +0000 (+0000) Subject: postgresql does not support spinlocks on avr32 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=bce8b7395010d2bea8dac9e1cf145cc2aeceb0cb postgresql does not support spinlocks on avr32 SVN-Revision: 12122 --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 8972651a21..43ceb65114 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -152,6 +152,7 @@ define Build/Configure --without-tk \ --with-zlib="yes" \ --enable-depend \ + $(if $(CONFIG_TARGET_avr32),--disable-spinlocks) \ ); $(SED) 's@ECPG = ../../preproc/ecpg@ECPG = ../../preproc/ecpg.host@' $(PKG_BUILD_DIR)/src/interfaces/ecpg/test/Makefile.regress $(SED) 's@\./zic -d@./zic.host -d@' $(PKG_BUILD_DIR)/src/timezone/Makefile