CVSROOT: /cvs Module name: ports Changes by: [email protected] 2016/06/02 04:47:47
Modified files:
www/chromium : Makefile
Log message:
Link chromium with -Wl,-z,wxneeded. This has two effects:
1. it will disable the kernel logs about W^X violations.
2. the binary will not run at all unless the filesystem holding
/usr/local has the "wxallowed" flag set (in /etc/fstab), rather
than starting but having tabs crash all the time.
ok robert@
