summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-27 19:42:02 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-27 19:42:02 +0000
commitd59e9cbea0f1ebf0dcf9406f9b846fc731d7ab14 (patch)
treed00e128e8c84527efbcc681d407a3377736330ff /rules/lsh.in
parent546d59170f28a30fff1c5efc91669856a6983737 (diff)
downloadptxdist-d59e9cbea0f1ebf0dcf9406f9b846fc731d7ab14.tar.gz
ptxdist-d59e9cbea0f1ebf0dcf9406f9b846fc731d7ab14.tar.xz
* libgmp: remove gmp3 and gmp4, added libgmp instead. Compiles
at least for ARM. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7591 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/lsh.in')
-rw-r--r--rules/lsh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/lsh.in b/rules/lsh.in
index 2ae56a1f5..2e8ca730b 100644
--- a/rules/lsh.in
+++ b/rules/lsh.in
@@ -3,7 +3,7 @@
menuconfig LSH
prompt "LSH "
bool
- select GMP4
+ select LIBGMP
select LIBOOP
help
lsh is an SSH implementation.