]> git.pld-linux.org Git - packages/OpenIPMI.git/blame - OpenIPMI-link.patch
- link libOpenIPMI with -lcrypto
[packages/OpenIPMI.git] / OpenIPMI-link.patch
CommitLineData
20f3f8bb
JB
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 =
9d2eb515 8+libOpenIPMIui_la_LIBADD = $(top_builddir)/lib/libOpenIPMI.la $(top_builddir)/unix/libOpenIPMIposix.la -lncurses
20f3f8bb
JB
9 libOpenIPMIui_la_LDFLAGS = -version-info $(LD_VERSION) \
10 -Wl,-Map -Wl,libOpenIPMIui.map
11
f4c7b82b
JB
12--- OpenIPMI-1.4.12/unix/Makefile.am.orig 2005-02-02 21:50:02.000000000 +0100
13+++ OpenIPMI-1.4.12/unix/Makefile.am 2005-02-27 23:25:07.014728752 +0100
e356d748 14@@ -16,7 +16,7 @@
20f3f8bb 15
f4c7b82b
JB
16 libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c
17 libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \
e356d748
JB
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
20f3f8bb 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
21958586
JB
33--- OpenIPMI-2.0.0/lib/Makefile.am.orig 2005-03-24 06:23:49.000000000 +0100
34+++ OpenIPMI-2.0.0/lib/Makefile.am 2005-06-03 11:23:08.000000000 +0200
35@@ -20,7 +20,7 @@
36 oem_force_conn.c oem_motorola_mxp.c oem_atca_conn.c oem_atca.c \
37 ipmi_lan.c oem_test.c oem_intel.c ipmi_payload.c rakp.c aes_cbc.c \
38 hmac.c md5.c ipmi_smi.c
39-libOpenIPMI_la_LIBADD = -lm $(top_builddir)/utils/libOpenIPMIutils.la
40+libOpenIPMI_la_LIBADD = -lm $(top_builddir)/utils/libOpenIPMIutils.la -lcrypto
41 libOpenIPMI_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
42 -Wl,-Map -Wl,libOpenIPMI.map
43
This page took 0.10867 seconds and 4 git commands to generate.