diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-18 14:57:13 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-18 14:57:13 +0000 |
commit | 5fa68f1d5a5bb5496c4e917442f94bcb34284b50 (patch) | |
tree | f24782e1f42ee0217ed4d81c4ce4cc130db3c880 /lsh/lsh_1.4.3.oe | |
parent | bc86c2382d5d916cb0ad68209750059c75a14385 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/18 16:57:04+02:00 uni-frankfurt.de!mickey
opie-mediaplayer1-libmpeg3plugin: fix depends and share source w/ mediaplayer
2004/07/18 16:54:11+02:00 uni-frankfurt.de!mickey
mark iputils and fbvnc as broken. upgrade lsh
BKrev: 40fa8fc9KMex6ARSrZEarVnH3Pu5wg
Diffstat (limited to 'lsh/lsh_1.4.3.oe')
-rw-r--r-- | lsh/lsh_1.4.3.oe | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/lsh/lsh_1.4.3.oe b/lsh/lsh_1.4.3.oe deleted file mode 100644 index 5aefa6b277..0000000000 --- a/lsh/lsh_1.4.3.oe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "lsh is a GNU GPL-licensed implementation of the SSH \ -(version 2) protocol. It includes a server, a client, and some \ -utility programs." -DEPENDS = "zlib gmp liboop" - -SRC_URI = "http://www.lysator.liu.se/~nisse/archive/lsh-${PV}.tar.gz" -S = "${WORKDIR}/lsh-${PV}" - -inherit autotools -configopts = " --enable-debug-alloc Enable memory allocation sanity checks \ - --enable-debug-trace Enable tracing support \ - --enable-gcov Instrument for gcov (requires a modern gcc) \ - --without-pty Disable pty support \ - --disable-srp Disable the (experimental) support for SRP \ - --disable-kerberos Don't support kerberos \ - --disable-pam Don't support PAM \ - --disable-datafellows-workarounds \ - --enable-initgroups-workaround \ - --disable-tcp-forward Disable tcp forwarding \ - --disable-x11-forward Disable x11 forwarding (proxy only) \ - --disable-agent-forward Disable auth-agent forwarding (proxy only) \ - --disable-ipv6 Disable IPv6 support \ - --disable-utmp Disable utmp and wtmp support \ - --without-zlib Don't use zlib compression \ - --with-tcpwrappers Use tcp-wrappers for filtering connections \ - --with-sshd1=PROGRAM support fallback to SSH1 daemon \ - --with-scheme=PROGRAM Use a particular scheme implementation \ - --without-system-argp Don't use the system's argp \ - --with-include-path A colon-separated list of directories to search for \ - --with-lib-path A colon-separated list of directories to search for \ - --with-x use the X Window System" -EXTRA_OECONF = "--disable-srp --disable-kerberos --disable-pam \ - --without-x" |