From 613fd8488f32331b0b3de4a9e723c60160a1a1d7 Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Tue, 15 Apr 2008 08:25:32 +0000 Subject: * Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemented" error --- package/rpm/rpm.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/rpm') diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk index 0230befa4..c7db76aed 100644 --- a/package/rpm/rpm.mk +++ b/package/rpm/rpm.mk @@ -18,6 +18,7 @@ RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \ --with-zlib=$(STAGING_DIR) \ --with-libbeecrypt=$(STAGING_DIR) \ --with-popt=$(STAGING_DIR) \ + --disable-mutexsupport \ $(DISABLE_NLS) RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install -- cgit v1.2.3