diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-20 22:56:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-20 22:56:34 +0000 |
commit | a23565c054906e316011ec06259f43e067d7a69a (patch) | |
tree | 1686a539e16312e3db637876559aaebb0ba76f33 /bzip2/bzip2_1.0.2.oe | |
parent | f1252666438187c9a1c84107c499f73ee2f80f51 (diff) |
Move some nonbuilding items into nonworking.. fix the libpcap, openssh, nano builds that were failing due to 1) aclocal.m4 being the only place containing their macros, and 2) _au_changequote() refs that are never removed by autoconf.
BKrev: 3f946822OUfB3oA0KwkHGEFd0cEV1Q
Diffstat (limited to 'bzip2/bzip2_1.0.2.oe')
-rw-r--r-- | bzip2/bzip2_1.0.2.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bzip2/bzip2_1.0.2.oe b/bzip2/bzip2_1.0.2.oe index be412153f6..8a8ebe8c50 100644 --- a/bzip2/bzip2_1.0.2.oe +++ b/bzip2/bzip2_1.0.2.oe @@ -1,3 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + SRC_URI = ftp://sources.redhat.com/pub/bzip2/v102/bzip2-${PV}.tar.gz \ file://${FILESDIR}/installpaths.patch;patch=1 |