]> git.pld-linux.org Git - packages/OpenIPMI.git/blame - OpenIPMI-link.patch
- up to 2.0.2
[packages/OpenIPMI.git] / OpenIPMI-link.patch
CommitLineData
f4c7b82b
JB
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
e356d748 3@@ -16,7 +16,7 @@
20f3f8bb 4
f4c7b82b
JB
5 libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c
6 libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \
e356d748
JB
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
20f3f8bb 11
616d62ed
JB
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
76f791d3
JB
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
9d2eb515
JB
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 \
76f791d3
JB
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.157729 seconds and 4 git commands to generate.