From 67946ae23672c422d102a5fb0eee8e237b2b10db Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 05:46:12 +0000 Subject: BUGFIX: Fix up the screen build failures (explicitly disable the use of PAM, etc). BKrev: 400cc0a4SPurOy9T0PSJwyg95_uw4A --- screen/screen_3.9.15.oe | 7 ++++++- screen/screen_4.0.1.oe | 7 ++++++- screen/screen_4.0.2.oe | 14 ++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) (limited to 'screen') diff --git a/screen/screen_3.9.15.oe b/screen/screen_3.9.15.oe index b1912ee82f..0a41bbc66f 100644 --- a/screen/screen_3.9.15.oe +++ b/screen/screen_3.9.15.oe @@ -6,4 +6,9 @@ SRC_URI := ${GNU_MIRROR}/screen/screen-3.9.15.tar.gz \ inherit autotools -EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5" +EXTRA_OECONF = '--with-pty-mode=0620 --with-pty-group=5 --disable-pam' +do_configure_prepend () { + for f in comm.h kmapdef.c term.h tty.c; do + cp ${S}/$f.dist ${S}/$f + done +} diff --git a/screen/screen_4.0.1.oe b/screen/screen_4.0.1.oe index 8136f1d0c2..2eaf370619 100644 --- a/screen/screen_4.0.1.oe +++ b/screen/screen_4.0.1.oe @@ -6,4 +6,9 @@ SRC_URI := ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-${PV}.tar.gz \ inherit autotools -EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5" +EXTRA_OECONF = '--with-pty-mode=0620 --with-pty-group=5 --disable-pam' +do_configure_prepend () { + for f in comm.h kmapdef.c term.h tty.c; do + cp ${S}/$f.dist ${S}/$f + done +} diff --git a/screen/screen_4.0.2.oe b/screen/screen_4.0.2.oe index e69de29bb2..2eaf370619 100644 --- a/screen/screen_4.0.2.oe +++ b/screen/screen_4.0.2.oe @@ -0,0 +1,14 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI := ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools + +EXTRA_OECONF = '--with-pty-mode=0620 --with-pty-group=5 --disable-pam' +do_configure_prepend () { + for f in comm.h kmapdef.c term.h tty.c; do + cp ${S}/$f.dist ${S}/$f + done +} -- cgit v1.2.3