From e8213fac46bfcb8068a883cb88b2bb1587f190f9 Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Tue, 1 Mar 2022 21:25:54 +0000
Subject: made packages work with musl

---
 repo/system/pahole.xibuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'repo/system/pahole.xibuild')

diff --git a/repo/system/pahole.xibuild b/repo/system/pahole.xibuild
index f537077..e9b4f99 100644
--- a/repo/system/pahole.xibuild
+++ b/repo/system/pahole.xibuild
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 MAKEDEPS="cmake python make "
-DEPS="elfutils python"
+DEPS="libelf python"
 
 PKG_VER=1.23
 SOURCE=https://git.kernel.org/pub/scm/devel/pahole/pahole.git
-- 
cgit v1.2.1