summaryrefslogtreecommitdiffstats
path: root/rules/lsh.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-07 08:59:06 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-07 08:59:08 +0100
commitba4480e21b6b19eecac55107123125676b2204df (patch)
tree5b3bbfa2f5344a578b0537b4ed9a6988287b8d9d /rules/lsh.make
parentd9642659d0c0b0c836e6491da7d0ff3508d7f898 (diff)
downloadptxdist-ba4480e21b6b19eecac55107123125676b2204df.tar.gz
ptxdist-ba4480e21b6b19eecac55107123125676b2204df.tar.xz
lsh: define includedir and libdir
lsh compiles and installs an old private version of libnettle. Install it into non-standard paths, so no other package picks it up accidentally. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lsh.make')
-rw-r--r--rules/lsh.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/lsh.make b/rules/lsh.make
index 969461120..3ea1b4478 100644
--- a/rules/lsh.make
+++ b/rules/lsh.make
@@ -39,6 +39,8 @@ LSH_AUTOCONF := \
$(CROSS_AUTOCONF_ROOT) \
$(GLOBAL_IPV6_OPTION) \
--sysconfdir=/etc/lsh \
+ --includedir=/usr/include/lsh \
+ --libdir=/usr/lib/lsh \
--disable-kerberos \
--disable-pam \
--disable-tcp-forward \