Skip to content

Commit

Permalink
Merge pull request #3229 from mariux64/pahole-install-libdwarves-so-c…
Browse files Browse the repository at this point in the history
…orrectly

pahole: Correctly install libdwarfes shared libraries into `/usr/lib`
  • Loading branch information
pmenzel authored Apr 16, 2025
2 parents 5529c74 + a7f386f commit 4ff541b
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 4ff541b

Please sign in to comment.