mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
* 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-zlib=$(STAGING_DIR) \
|
||||||
--with-libbeecrypt=$(STAGING_DIR) \
|
--with-libbeecrypt=$(STAGING_DIR) \
|
||||||
--with-popt=$(STAGING_DIR) \
|
--with-popt=$(STAGING_DIR) \
|
||||||
|
--disable-mutexsupport \
|
||||||
$(DISABLE_NLS)
|
$(DISABLE_NLS)
|
||||||
|
|
||||||
RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install
|
RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user