summaryrefslogtreecommitdiffstats
path: root/rules/apache2.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-03-04 09:38:56 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-20 10:10:30 +0200
commite5f0c7a93b66dcff4dd9a11bfcbb68f28642593b (patch)
tree4b1a8ed38ae109f7b4e8fdba056a19cedd2ce648 /rules/apache2.make
parentd003dc213bbe2f2a74ded0de28e43c0a2a2ba3c6 (diff)
downloadptxdist-e5f0c7a93b66dcff4dd9a11bfcbb68f28642593b.tar.gz
ptxdist-e5f0c7a93b66dcff4dd9a11bfcbb68f28642593b.tar.xz
[apache2] add prelink search paths
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/apache2.make')
-rw-r--r--rules/apache2.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/apache2.make b/rules/apache2.make
index 26806eadb..562e9b6b6 100644
--- a/rules/apache2.make
+++ b/rules/apache2.make
@@ -286,6 +286,11 @@ ifdef PTXCONF_APACHE2_STARTSCRIPT
endif
endif
+ifdef PTXCONF_PRELINK
+ @$(call install_alternative, apache2, 0, 0, 0644, \
+ /etc/prelink.conf.d/apache2)
+endif
+
@$(call install_finish, apache2)
@$(call touch)