summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-11 18:36:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-23 13:52:30 +0200
commitb4e3bc97600e8738f79a6046e58dc2933a9d8314 (patch)
tree5eb6f273330e30678038bf51911db07ad6216fb5 /rules/host-apache2.make
parent8aa4a2263971abf7283fec0479aac0696677c5be (diff)
downloadptxdist-b4e3bc97600e8738f79a6046e58dc2933a9d8314.tar.gz
ptxdist-b4e3bc97600e8738f79a6046e58dc2933a9d8314.tar.xz
[apache2] really install host-apache2 stuff and use it in apache2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-apache2.make')
-rw-r--r--rules/host-apache2.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index 54fedf44c..c276f6756 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -48,6 +48,12 @@ $(STATEDIR)/host-apache2.compile:
$(STATEDIR)/host-apache2.install:
@$(call targetinfo)
+ install -D -m 755 "$(HOST_APACHE2_DIR)/srclib/apr-util/uri/gen_uri_delims" \
+ "$(HOST_APACHE2_PKGDIR)/bin/apache2/gen_uri_delims"
+ install -D -m 755 "$(HOST_APACHE2_DIR)/srclib/pcre/dftables" \
+ "$(HOST_APACHE2_PKGDIR)/bin/apache2/dftables"
+ install -D -m 755 "$(HOST_APACHE2_DIR)/server/gen_test_char" \
+ "$(HOST_APACHE2_PKGDIR)/bin/apache2/gen_test_char"
@$(call touch)
# vim: syntax=make