From: Chris Larson Date: Tue, 21 Oct 2003 20:16:41 +0000 (+0000) Subject: Fix the zsh build with recent autotools; move out of nonworking. X-Git-Tag: Release-2010-05/1~20645 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74b7634ca7f9eaa9074749c0a2b6130e19fd9f7;p=openembedded.git Fix the zsh build with recent autotools; move out of nonworking. BKrev: 3f9594296myPHPXcBPZpvIcv7ydBwA --- diff --git a/zsh/zsh-4.1.1/configure.patch b/zsh/zsh-4.1.1/configure.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/zsh/zsh_4.1.1.oe b/zsh/zsh_4.1.1.oe index 91869b3caa..36c7ecbe07 100644 --- a/zsh/zsh_4.1.1.oe +++ b/zsh/zsh_4.1.1.oe @@ -5,8 +5,8 @@ MAINTAINER="Chris Larson " RDEPENDS="libc6" DEPENDS=virtual/libc ncurses pcre -SRC_URI="http://www.zsh.org/pub/${P}.tar.bz2" -S="${WORKDIR}/${P}" +SRC_URI="http://www.zsh.org/pub/${P}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1" inherit autotools