Fix the dropbear builds when we have an external libtomcrypt laying around.
authorChris Larson <clarson@kergoth.com>
Fri, 5 Mar 2004 18:14:30 +0000 (18:14 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 5 Mar 2004 18:14:30 +0000 (18:14 +0000)
BKrev: 4048c386I5NHiWpdkqKo2LG9tv0F8w

dropbear/dropbear_0.36.oe
dropbear/dropbear_0.38.oe
dropbear/dropbear_0.40.oe
dropbear/dropbear_0.41.oe

index f837b3b..764ddcb 100644 (file)
@@ -7,7 +7,7 @@ S="${WORKDIR}/${P}"
 
 inherit autotools
 
-CFLAGS_append = " -I${S}/libtomcrypt"
+CFLAGS_prepend = "-I. "
 LD=${CC}
 do_install_prepend () {
        install -d ${D}${sbindir} ${D}${bindir}
index f837b3b..764ddcb 100644 (file)
@@ -7,7 +7,7 @@ S="${WORKDIR}/${P}"
 
 inherit autotools
 
-CFLAGS_append = " -I${S}/libtomcrypt"
+CFLAGS_prepend = "-I. "
 LD=${CC}
 do_install_prepend () {
        install -d ${D}${sbindir} ${D}${bindir}
index e69de29..2f36738 100644 (file)
@@ -0,0 +1,15 @@
+DESCRIPTION="Dropbear SSH Implementation"
+LICENSE="MIT"
+DEPENDS=virtual/libc zlib ncurses
+
+SRC_URI="http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
+        file://${FILESDIR}/configure.patch;patch=1"
+S="${WORKDIR}/${P}"
+
+inherit autotools
+
+CFLAGS_prepend = "-I. "
+LD=${CC}
+do_install_prepend () {
+       install -d ${D}${sbindir} ${D}${bindir}
+}
index e69de29..2f36738 100644 (file)
@@ -0,0 +1,15 @@
+DESCRIPTION="Dropbear SSH Implementation"
+LICENSE="MIT"
+DEPENDS=virtual/libc zlib ncurses
+
+SRC_URI="http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
+        file://${FILESDIR}/configure.patch;patch=1"
+S="${WORKDIR}/${P}"
+
+inherit autotools
+
+CFLAGS_prepend = "-I. "
+LD=${CC}
+do_install_prepend () {
+       install -d ${D}${sbindir} ${D}${bindir}
+}