blob: 83485a9e60829f2a9dce69fbcd0805af58d1fc1b [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From aa0dc0783a6ff5fb56c914b640836223e3c192bb Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Mon, 29 Dec 2014 18:16:04 +0800
4Subject: [PATCH] remove host path from la_LDFLAGS
5
6Upstream-Status: Inappropriate [ cross compile specific ]
7
8Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
9---
10 cmdlang/Makefile.am | 2 +-
11 glib/Makefile.am | 4 ++--
12 tcl/Makefile.am | 2 +-
13 unix/Makefile.am | 4 ++--
14 4 files changed, 6 insertions(+), 6 deletions(-)
15
16Index: OpenIPMI-2.0.24/cmdlang/Makefile.am
17===================================================================
18--- OpenIPMI-2.0.24.orig/cmdlang/Makefile.am
19+++ OpenIPMI-2.0.24/cmdlang/Makefile.am
20@@ -15,8 +15,7 @@ libOpenIPMIcmdlang_la_SOURCES = cmdlang.
21 libOpenIPMIcmdlang_la_LIBADD = -lm \
22 $(top_builddir)/utils/libOpenIPMIutils.la \
23 $(top_builddir)/lib/libOpenIPMI.la
24-libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
25- -L$(libdir)
26+libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION)
27
28 bin_PROGRAMS = openipmish
29
30Index: OpenIPMI-2.0.24/unix/Makefile.am
31===================================================================
32--- OpenIPMI-2.0.24.orig/unix/Makefile.am
33+++ OpenIPMI-2.0.24/unix/Makefile.am
34@@ -10,14 +10,12 @@ lib_LTLIBRARIES = libOpenIPMIposix.la li
35 libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c
36 libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \
37 $(top_builddir)/utils/libOpenIPMIutils.la $(RT_LIB)
38-libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
39- -L$(libdir)
40+libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION)
41
42 libOpenIPMIposix_la_SOURCES = posix_os_hnd.c selector.c
43 libOpenIPMIposix_la_LIBADD = $(top_builddir)/utils/libOpenIPMIutils.la \
44 $(GDBM_LIB) $(RT_LIB)
45-libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
46- -L$(libdir)
47+libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION)
48
49 noinst_HEADERS = heap.h
50