summaryrefslogtreecommitdiffstats
path: root/rules/classpath.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-03-04 09:51:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-20 10:10:31 +0200
commit2e911e59df85a57101039832340d1e4b4192b647 (patch)
treee4550ea027963b0c320a0bfc7c25f115973a1d3d /rules/classpath.make
parentf3c56e1eb70f3f6e6f05d32b609cb60ac10a2b82 (diff)
downloadptxdist-2e911e59df85a57101039832340d1e4b4192b647.tar.gz
ptxdist-2e911e59df85a57101039832340d1e4b4192b647.tar.xz
[classpath] add prelink search paths
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/classpath.make')
-rw-r--r--rules/classpath.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/classpath.make b/rules/classpath.make
index 31c09522f..a55c2f979 100644
--- a/rules/classpath.make
+++ b/rules/classpath.make
@@ -184,6 +184,11 @@ $(STATEDIR)/classpath.targetinstall:
@$(call install_copy, classpath, 0, 0, 0644, -, /usr/lib/security/classpath.security)
@$(call install_copy, classpath, 0, 0, 0644, -, /usr/lib/logging.properties)
+ifdef PTXCONF_PRELINK
+ @$(call install_alternative, classpath, 0, 0, 0644, \
+ /etc/prelink.conf.d/classpath)
+endif
+
@$(call install_finish, classpath)
@$(call touch)