]> git.pld-linux.org Git - packages/OpenIPMI.git/blob - OpenIPMI-link.patch
- up to 2.0.2
[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
This page took 0.037184 seconds and 3 git commands to generate.