diff options
Diffstat (limited to 'repo/system/pahole/pahole.xibuild')
-rw-r--r-- | repo/system/pahole/pahole.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/pahole/pahole.xibuild b/repo/system/pahole/pahole.xibuild index 6b57291..821c4f5 100644 --- a/repo/system/pahole/pahole.xibuild +++ b/repo/system/pahole/pahole.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="cmake-modules python make " -DEPS="libelf python elfutils libdwarf musl-obstack argp-standalone libbpf" +DEPS="libelf python elfutils libdwarf musl-obstack argp-standalone" PKG_VER=1.22 SOURCE=https://git.kernel.org/pub/scm/devel/pahole/pahole.git |