]> git.pld-linux.org Git - packages/screen.git/blob - screen-ia64.patch
- prepared 4.0.2 for Ra as CAN-2003-0972 fix (no root or any group exploit,
[packages/screen.git] / screen-ia64.patch
1 --- configure.in.orig   Wed Jun 14 16:04:17 2000
2 +++ configure.in        Fri Sep  8 19:15:51 2000
3 @@ -625,6 +625,9 @@
4  AC_MSG_ERROR(!!! no tgetent - no screen))))))
5  
6  AC_TRY_RUN([
7 +
8 +extern char *tgoto(char *,int,int);
9 +
10  main()
11  {
12   exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
This page took 0.056962 seconds and 3 git commands to generate.