Skip to content

Commit

Permalink
Add GCC_CONFIG option to enable default PIE (#1418)
Browse files Browse the repository at this point in the history
This was removed in #1346 for unknown reasons. I'm adding it back in.
  • Loading branch information
Emilgardis committed Jan 19, 2024
2 parents e2e643f + 659695b commit 185398b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ main() {
LINUX_HEADERS_SITE="${linux_headers_site}" \
LINUX_VER="${linux_ver}" \
OUTPUT=/usr/local/ \
"GCC_CONFIG += --enable-default-pie" \
"${@}"

purge_packages
Expand Down

0 comments on commit 185398b

Please sign in to comment.