Add bzip2 static PIE build
Opened this issue · 1 comments
razvand commented
Add bzip2 as a -static-pie
build. Test it natively on Linux and with run-elfloader on Unikraft. In case of issues with Unikraft, post an issue in the Unikraft core repository.
Follow the structure of existing applications or submitted for review applications: create a folder with build.sh
script, a README.md
file, a rootfs/
subfolder (if required), the -static-pie
built executable and other useful files.
Hackathon points: 20
jpetrina commented
Working on this at static-pie-apps@wip/bzip2
edit: already opened as PR at #42