CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/01/25 11:39:05
Modified files:
sysutils/ggrep : Makefile
Log message:
Don't pick up libsigsegv; reported by ajacoutot@
The stack overflow handling code wants to use libsigsegv for a
SEGV-based stack overflow detection heuristic when an operating
system doesn't support the corresponding POSIX XSI behavior.
Let's try without.
