Skip to content

Commit 46d90b1

Browse files
sbcl: nopie on i686.
1 parent e615048 commit 46d90b1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

srcpkgs/sbcl/template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ i686*|ppc*|*-musl)
4141
;;
4242
esac
4343

44+
case "$XBPS_TARGET_MACHINE" in
45+
i686*)
46+
nopie=yes
47+
esac
48+
4449
post_extract() {
4550
mv sbcl-${version} sbcl
4651
}

0 commit comments

Comments
 (0)