diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-04-15 08:25:32 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-04-15 08:25:32 +0000 |
commit | 613fd8488f32331b0b3de4a9e723c60160a1a1d7 (patch) | |
tree | f3616e168ec682347f9f18592667bfdd10de5346 | |
parent | 6fd44d68ede5079f3d6d4feeec209ff92c8a883c (diff) | |
download | buildroot-novena-613fd8488f32331b0b3de4a9e723c60160a1a1d7.tar.gz buildroot-novena-613fd8488f32331b0b3de4a9e723c60160a1a1d7.zip |
* Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemented" error
-rw-r--r-- | package/rpm/rpm.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |