Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 280e7c48 authored by Andi Kleen's avatar Andi Kleen Committed by Arnaldo Carvalho de Melo
Browse files

perf tools: fix BFD detection on opensuse



opensuse libbfd requires -lz -liberty to build. Add those to the BFD
feature detection.

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Acked-by: default avatarDavid Ahern <dsahern@gmail.com>
Acked-by: default avatarJiri Olsa <jolsa@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1389469379-13340-2-git-send-email-andi@firstfloor.org


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent b6e53f32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ else
endif

ifeq ($(feature-libbfd), 1)
  EXTLIBS += -lbfd
  EXTLIBS += -lbfd -lz -liberty
endif

ifdef NO_DEMANGLE
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ test-libpython-version.bin:
	$(BUILD) $(FLAGS_PYTHON_EMBED)

test-libbfd.bin:
	$(BUILD) -DPACKAGE='"perf"' -lbfd -ldl
	$(BUILD) -DPACKAGE='"perf"' -lbfd -lz -liberty -ldl

test-liberty.bin:
	$(CC) -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty