diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-04-29 05:04:14 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-04-29 05:04:14 +0000 |
commit | 509fe4a6de108464aed16e7b49aa44e779c5e11a (patch) | |
tree | 02923a8ade130644a90df58b386f6653c973e17a /package/rpm/Config.in | |
parent | e2e55698dbd0ddfcee9807049177e4174e3c2b4f (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.in | 1 |
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 |