summaryrefslogtreecommitdiff
path: root/package/rpm/Config.in
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2008-04-29 05:04:14 +0000
committerNigel Kukard <nkukard@lbsd.net>2008-04-29 05:04:14 +0000
commit509fe4a6de108464aed16e7b49aa44e779c5e11a (patch)
tree02923a8ade130644a90df58b386f6653c973e17a /package/rpm/Config.in
parente2e55698dbd0ddfcee9807049177e4174e3c2b4f (diff)
* Bump version to 5.1.1
* Use bzip2 compression (rpms can have gzip or bzip2 payloads) * -j1, rpm cannot build with more than 1 thread
Diffstat (limited to 'package/rpm/Config.in')
-rw-r--r--package/rpm/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rpm/Config.in b/package/rpm/Config.in
index b5aec8580..42e82e2a5 100644
--- a/package/rpm/Config.in
+++ b/package/rpm/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_RPM
bool "rpm"
default n
select BR2_PACKAGE_ZLIB
+ select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_BEECRYPT
select BR2_PACKAGE_NEON
select BR2_PACKAGE_POPT