]> git.pld-linux.org Git - packages/OpenIPMI.git/blob - OpenIPMI-link.patch
- more 'skip_post_check_so', so it builds with ncurses-5.8
[packages/OpenIPMI.git] / OpenIPMI-link.patch
1 --- OpenIPMI-1.4.12/unix/Makefile.am.orig       2005-02-02 21:50:02.000000000 +0100
2 +++ OpenIPMI-1.4.12/unix/Makefile.am    2005-02-27 23:25:07.014728752 +0100
3 @@ -16,7 +16,7 @@
4  
5  libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c
6  libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \
7 -       $(top_builddir)/utils/libOpenIPMIutils.la
8 +       $(top_builddir)/utils/libOpenIPMIutils.la $(top_builddir)/lib/libOpenIPMI.la
9  libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
10         -Wl,-Map -Wl,libOpenIPMIpthread.map
11  
12 --- OpenIPMI-2.0.1/ui/Makefile.am.orig  2005-03-31 22:57:41.000000000 +0200
13 +++ OpenIPMI-2.0.1/ui/Makefile.am       2005-06-26 21:44:21.903589616 +0200
14 @@ -22,7 +22,7 @@
15  lib_LTLIBRARIES = libOpenIPMIui.la
16  
17  libOpenIPMIui_la_SOURCES = ui.c ui_os.c ui_keypad.c ui_command.c 
18 -libOpenIPMIui_la_LIBADD =
19 +libOpenIPMIui_la_LIBADD = $(top_builddir)/lib/libOpenIPMI.la $(top_builddir)/unix/libOpenIPMIposix.la -lncurses
20  libOpenIPMIui_la_LDFLAGS = -version-info $(LD_VERSION) \
21         -Wl,-Map -Wl,libOpenIPMIui.map
22  
23 --- OpenIPMI-2.0.0/cmdlang/Makefile.am.orig     2005-03-10 16:58:13.000000000 +0100
24 +++ OpenIPMI-2.0.0/cmdlang/Makefile.am  2005-04-16 02:40:01.125790968 +0200
25 @@ -19,6 +19,7 @@
26         cmd_pef.c cmd_conn.c cmd_fru.c out_fru.c os_debug.c
27  libOpenIPMIcmdlang_la_LIBADD = -lm \
28         $(top_builddir)/utils/libOpenIPMIutils.la \
29 +       $(top_builddir)/unix/libOpenIPMIposix.la \
30         $(top_builddir)/lib/libOpenIPMI.la
31  libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
32         -Wl,-Map -Wl,libOpenIPMIcmdlang.map
33 --- OpenIPMI-2.0.7/configure.in.orig    2006-06-08 21:50:40.000000000 +0200
34 +++ OpenIPMI-2.0.7/configure.in 2006-08-22 23:54:55.736467750 +0200
35 @@ -752,9 +752,10 @@
36     *-sun-*) AC_DEFINE([_SUNOS], [], [Solaris's term.h does horrid things.]);;
37  esac
38  
39 -AC_CHECK_LIB(curses, tgetent, TERM_LIBS=-lcurses,
40 +AC_CHECK_LIB(tinfo, tgetent, TERM_LIBS=-ltinfo,
41 +[AC_CHECK_LIB(curses, tgetent, TERM_LIBS=-lcurses,
42     [AC_CHECK_LIB(ncurses, tgetent, TERM_LIBS=-lncurses,
43 -      [AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])] )] )
44 +      [AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])] )] )])
45  
46  # Checks for header files.
47  AC_FUNC_ALLOCA
This page took 0.02534 seconds and 3 git commands to generate.