summaryrefslogtreecommitdiffstats
path: root/package/rpm
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2008-04-27 09:51:32 +0000
committerNigel Kukard <nkukard@lbsd.net>2008-04-27 09:51:32 +0000
commite2e55698dbd0ddfcee9807049177e4174e3c2b4f (patch)
tree704937fa4100de2cf85b3bb1c925b99708bfb807 /package/rpm
parentb111b8087f7f604957332125d7f7248f4175d113 (diff)
downloadbuildroot-novena-e2e55698dbd0ddfcee9807049177e4174e3c2b4f.tar.gz
buildroot-novena-e2e55698dbd0ddfcee9807049177e4174e3c2b4f.zip
* Bump to 5.1.0
* Use fnctl for locking
Diffstat (limited to 'package/rpm')
-rw-r--r--package/rpm/rpm.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk
index c7db76aed..32dd3b1c8 100644
--- a/package/rpm/rpm.mk
+++ b/package/rpm/rpm.mk
@@ -3,7 +3,7 @@
# rpm
#
#############################################################
-RPM_VERSION = 5.0.3
+RPM_VERSION = 5.1.0
RPM_SITE = http://rpm5.org/files/rpm/rpm-5.0/
RPM_AUTORECONF = YES
@@ -18,7 +18,7 @@ RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \
--with-zlib=$(STAGING_DIR) \
--with-libbeecrypt=$(STAGING_DIR) \
--with-popt=$(STAGING_DIR) \
- --disable-mutexsupport \
+ --with-mutex=UNIX/fcntl \
$(DISABLE_NLS)
RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install