projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd44d6
)
* Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemente...
author
Nigel Kukard
<nkukard@lbsd.net>
Tue, 15 Apr 2008 08:25:32 +0000
(08:25 -0000)
committer
Nigel Kukard
<nkukard@lbsd.net>
Tue, 15 Apr 2008 08:25:32 +0000
(08:25 -0000)
package/rpm/rpm.mk
patch
|
blob
|
history
diff --git
a/package/rpm/rpm.mk
b/package/rpm/rpm.mk
index 0230befa4ccfae3e12a823221afe8912f3812ca9..c7db76aed4a118ba1c3350efe2c1af403e301dcf 100644
(file)
--- 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