SOURCES: erlang-tinfo.patch (NEW) - fix for as-needed

arekm arekm at pld-linux.org
Thu Aug 24 13:55:46 CEST 2006


Author: arekm                        Date: Thu Aug 24 11:55:46 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for as-needed

---- Files affected:
SOURCES:
   erlang-tinfo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/erlang-tinfo.patch
diff -u /dev/null SOURCES/erlang-tinfo.patch:1.1
--- /dev/null	Thu Aug 24 13:55:46 2006
+++ SOURCES/erlang-tinfo.patch	Thu Aug 24 13:55:41 2006
@@ -0,0 +1,11 @@
+--- otp_src_R11B-0.org/erts/configure.in	2006-05-11 14:23:38.000000000 +0000
++++ otp_src_R11B-0/erts/configure.in	2006-08-24 10:48:31.840545750 +0000
+@@ -708,7 +708,7 @@
+ 
+ if test "X$host" != "Xwin32"; then
+     # try these libs
+-    termcap_libs="ncurses curses termcap termlib"
++    termcap_libs="tinfo ncurses curses termcap termlib"
+ 
+     for termcap_lib in $termcap_libs; do
+ 	AC_CHECK_LIB($termcap_lib, tgetent, TERMCAP_LIB="-l$termcap_lib")
================================================================


More information about the pld-cvs-commit mailing list