mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
* Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemented" error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user