summaryrefslogtreecommitdiffstats
path: root/rules/host-cdrkit.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-28 22:30:24 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:15 +0100
commit36df9fb6439050d520de83fab997f782ac07cbe9 (patch)
tree79739852fe791a59546964a1ab51895308d5ba67 /rules/host-cdrkit.in
parent3bbd23e69a55875aa356def5b1ec2128b7aa82ba (diff)
downloadptxdist-36df9fb6439050d520de83fab997f782ac07cbe9.tar.gz
ptxdist-36df9fb6439050d520de83fab997f782ac07cbe9.tar.xz
host-libbz2: rename to host-bzip2
...in order to align with target package. So that we use the same version and patches as the target package. Before this patch the host version was at a different version number and missing the patches, so that only a static lib was created. This break host packages which try to link the static lib into a shared lib. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-cdrkit.in')
-rw-r--r--rules/host-cdrkit.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-cdrkit.in b/rules/host-cdrkit.in
index bab11fea9..d1c83e528 100644
--- a/rules/host-cdrkit.in
+++ b/rules/host-cdrkit.in
@@ -3,7 +3,7 @@
config HOST_CDRKIT
tristate
select HOST_CMAKE
- select HOST_LIBBZ2
+ select HOST_BZIP2
select HOST_LIBCAP
select HOST_ZLIB
default ALLYES