Skip to content

pahole: Correctly install libdwarfes shared libraries into /usr/lib #3229

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions pahole.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION pahole-1.30-0
# BEE_VERSION pahole-1.30-1

#SRCURL[0]="https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/3787b1177acbe92388853cf0b8ce26f2/pahole-1.30.tar.gz"
Expand All @@ -21,7 +21,8 @@ SRCURL[0]="https://beehive.molgen.mpg.de/3787b1177acbe92388853cf0b8ce26f2/pahole

mee_configure() {
bee_configure \
-DLIBBPF_EMBEDDED=OFF
-DLIBBPF_EMBEDDED=OFF \
-DLIB_INSTALL_DIR=${LIBDIR}
}

#mee_build() {
Expand Down