]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- fix for as-needed
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Aug 2006 11:55:41 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erlang-tinfo.patch -> 1.1

erlang-tinfo.patch [new file with mode: 0644]

diff --git a/erlang-tinfo.patch b/erlang-tinfo.patch
new file mode 100644 (file)
index 0000000..0f0fff7
--- /dev/null
@@ -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")
This page took 0.114841 seconds and 4 git commands to generate.