* Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemented" error
This commit is contained in:
parent
6fd44d68ed
commit
613fd8488f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user