* Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemented" error

This commit is contained in:
Nigel Kukard 2008-04-15 08:25:32 +00:00
parent 6fd44d68ed
commit 613fd8488f
1 changed files with 1 additions and 0 deletions

View File

@ -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