Fix the signal namespace issue that broke the readline build.
authorChris Larson <clarson@kergoth.com>
Tue, 21 Oct 2003 20:27:35 +0000 (20:27 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 21 Oct 2003 20:27:35 +0000 (20:27 +0000)
BKrev: 3f9596b7NvlPqMGNQ0CKCxAntTsJPA

readline/readline-4.3/signalnamespace.patch [new file with mode: 0644]
readline/readline_4.3.oe

diff --git a/readline/readline-4.3/signalnamespace.patch b/readline/readline-4.3/signalnamespace.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..a31ba8e 100644 (file)
@@ -0,0 +1,12 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc
+
+SRC_URI = ftp://ftp.cwru.edu/pub/bash/readline-4.3.tar.gz \
+         file://${FILESDIR}/signalnamespace.patch;patch=1
+S=${WORKDIR}/readline-${PV}
+
+inherit autotools
+