Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-lang/duktape: disable IPAPTA #800

Merged
merged 1 commit into from
Nov 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
dev-lang/duktape: disable IPAPTA
fixes #784
  • Loading branch information
Kostadin committed Oct 30, 2021
commit ebc41bf3396f38d755b94ab0deeca5e347078af1
1 change: 1 addition & 0 deletions sys-config/ltoize/files/package.cflags/ipa-pta.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ www-client/torbrowser *FLAGS-="${IPAPTA}" #ICE on -fipa-pta
dev-qt/qtwebkit *FLAGS-="${IPAPTA}"
dev-lang/R *FLAGS-="${IPAPTA}" # during IPA pass: pta lto1: internal compiler error: Segmentation fault
sys-devel/gcc *FLAGS-="${IPAPTA}"
dev-lang/duktape *FLAGS-="${IPAPTA}" # fixes polkit from musl overlay not starting
dev-lang/gnat-gpl *FLAGS-="${IPAPTA}"
dev-lang/php *FLAGS-="${IPAPTA}" # Segfaults when compiled with -fipa-pta
dev-lisp/sbcl *FLAGS-="${IPAPTA}" #ICE on -fipa-pta
Expand Down