Magellan Linux

Annotation of /trunk/screen/patches/screen-4.0.2-no-libelfs-or-elfutils-dep.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 555 byte(s)
-import

1 niro 153 --- screen-4.0.2/configure.in 2005-05-22 19:55:06.559874997 +0000
2     +++ screen-4.0.2-no-libelf/configure.in 2005-05-22 19:56:05.895801017 +0000
3     @@ -195,15 +195,6 @@
4     #endif
5     ], LIBS="$LIBS -lsocket -linet";seqptx=1)
6    
7     -oldlibs="$LIBS"
8     -LIBS="$LIBS -lelf"
9     -AC_CHECKING(SVR4)
10     -AC_TRY_LINK([#include <utmpx.h>
11     -],,
12     -[AC_CHECK_HEADER(dwarf.h, AC_DEFINE(SVR4) AC_DEFINE(BUGGYGETLOGIN),
13     -[AC_CHECK_HEADER(elf.h, AC_DEFINE(SVR4) AC_DEFINE(BUGGYGETLOGIN))])]
14     -,LIBS="$oldlibs")
15     -
16     AC_CHECKING(for Solaris 2.x)
17     AC_EGREP_CPP(yes,
18     [#if defined(SVR4) && defined(sun)