]> git.pld-linux.org Git - packages/ocaml.git/blob - ocaml-as_needed.patch
- release 8
[packages/ocaml.git] / ocaml-as_needed.patch
1 --- ocaml-3.09.2/configure.orig 2006-11-23 03:30:41.000000000 +0000
2 +++ ocaml-3.09.2/configure      2006-11-23 03:31:14.000000000 +0000
3 @@ -751,7 +751,7 @@
4  # For the terminfo module
5  
6  if test "$withcurses" = "yes"; then
7 -  for libs in "" "-lcurses" "-ltermcap" "-lcurses -ltermcap" "-lncurses"; do
8 +  for libs in "" "-ltinfo" "-lcurses" "-ltermcap" "-lcurses -ltermcap" "-lncurses"; do
9      if sh ./hasgot $libs tgetent tgetstr tgetnum tputs; then
10        echo "termcap functions found (with libraries '$libs')"
11        echo "#define HAS_TERMCAP" >> s.h
This page took 0.05681 seconds and 3 git commands to generate.