diff mbox

[OpenWrt-Devel,5/5] perf: remove EGLIBC dependency

Message ID 1431992433-26955-6-git-send-email-mathieu@codeaurora.org
State Changes Requested
Headers show

Commit Message

Mathieu Olivari May 18, 2015, 11:40 p.m. UTC
EGLIBC dependency was required as libelf was not found. But we now fixed
the root cause, so we can remove it. perf works with uClibc again.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
---
 package/devel/perf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Felix Fietkau June 14, 2015, 5:26 p.m. UTC | #1
On 2015-05-19 01:40, Mathieu Olivari wrote:
> EGLIBC dependency was required as libelf was not found. But we now fixed
> the root cause, so we can remove it. perf works with uClibc again.
> 
> Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
Does not build with musl, please fix.

- Felix
diff mbox

Patch

diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile
index b77e29a..86363ee 100644
--- a/package/devel/perf/Makefile
+++ b/package/devel/perf/Makefile
@@ -19,7 +19,7 @@  include $(INCLUDE_DIR)/package.mk
 define Package/perf
   SECTION:=devel
   CATEGORY:=Development
-  DEPENDS:= @USE_GLIBC +libelf1 +libdw +libpthread +librt +binutils
+  DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils
   TITLE:=Linux performance monitoring tool
   VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
   URL:=http://www.kernel.org