Skip to content

Commit

Permalink
Update patchelf to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 3, 2024
1 parent f0f6e67 commit 33f16eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ echo -ne 'AI\x02' | dd of=runtime-fuse3 bs=1 count=3 seek=8 conv=notrunc # magic
cd -

# Build static patchelf
wget https://github.com/NixOS/patchelf/archive/0.9.tar.gz # 0.10 cripples my files, puts XXXXX inside
tar xf 0.9.tar.gz
# wget https://github.com/NixOS/patchelf/archive/0.9.tar.gz
# 0.10 cripples my files, puts XXXXX inside; tring 0.18.0
wget https://github.com/NixOS/patchelf/archive/refs/tags/0.18.0.tar.gz
tar xf 0.18.0.tar.gz
cd patchelf-*/
./bootstrap.sh
./configure --prefix=/usr CFLAGS=-no-pie LDFLAGS=-static
Expand Down

0 comments on commit 33f16eb

Please sign in to comment.