]> git.pld-linux.org Git - packages/OpenIPMI.git/blob - OpenIPMI-link.patch
7bce4fb02649c955e9d9902b39537ccbda8977c3
[packages/OpenIPMI.git] / OpenIPMI-link.patch
1 --- OpenIPMI-1.1.5/ui/Makefile.am.orig  2003-07-22 20:26:15.000000000 +0200
2 +++ OpenIPMI-1.1.5/ui/Makefile.am       2003-12-12 00:51:25.053167856 +0100
3 @@ -20,7 +20,7 @@
4  lib_LTLIBRARIES = libOpenIPMIui.la
5  
6  libOpenIPMIui_la_SOURCES = ui.c ui_os.c ui_keypad.c ui_command.c 
7 -libOpenIPMIui_la_LIBADD =
8 +libOpenIPMIui_la_LIBADD = $(top_builddir)/lib/libOpenIPMI.la $(top_builddir)/unix/libOpenIPMIposix.la -lncurses
9  libOpenIPMIui_la_LDFLAGS = -version-info $(LD_VERSION) \
10         -Wl,-Map -Wl,libOpenIPMIui.map
11  
12 --- OpenIPMI-1.3.0/unix/Makefile.am.orig        2004-03-21 06:03:36.000000000 +0100
13 +++ OpenIPMI-1.3.0/unix/Makefile.am     2004-03-26 22:49:47.573776136 +0100
14 @@ -16,7 +16,7 @@
15  
16  libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c
17  libOpenIPMIpthread_la_LIBADD = -lpthread \
18 -       $(top_builddir)/utils/libOpenIPMIutils.la
19 +       $(top_builddir)/utils/libOpenIPMIutils.la $(top_builddir)/lib/libOpenIPMI.la
20  libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
21         -Wl,-Map -Wl,libOpenIPMIpthread.map
22  
23 --- OpenIPMI-1.4.7/cmdlang/Makefile.am.orig     2004-12-10 18:53:40.000000000 +0100
24 +++ OpenIPMI-1.4.7/cmdlang/Makefile.am  2005-01-17 00:31:08.191484448 +0100
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.04551 seconds and 2 git commands to generate.