mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] perf, tools: Fix bfd link on opensuse
@ 2013-10-20 12:47 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2013-10-20 12:47 UTC (permalink / raw)
  To: acme; +Cc: linux-kernel, Andi Kleen

From: Andi Kleen <ak@linux.intel.com>

My opensuse libbfd requires libz and libiberty. perf
was not adding that for the bfd check, so the bfd
check was always failing.

Always add -lz and -liberty to BFD

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
 tools/perf/config/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 40a41c6..ec94f59 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -360,10 +360,10 @@ else
   endif
 endif
 
-FLAGS_BFD=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) -DPACKAGE='perf' -lbfd
+FLAGS_BFD=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) -DPACKAGE='perf' -lbfd -liberty -lz
 has_bfd := $(call try-cc,$(SOURCE_BFD),$(FLAGS_BFD),libbfd)
 ifeq ($(has_bfd),y)
-  EXTLIBS += -lbfd
+  EXTLIBS += -lbfd -liberty -lz
   CFLAGS += -DLIBBFD_SUPPORT
 endif
 
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-20 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-20 12:47 [PATCH] perf, tools: Fix bfd link on opensuse Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®