CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2021/01/07 15:29:58

Modified files:
        net/lagrange   : Makefile 

Log message:
lagrange: disable SSE4.1 support

The check for SSE4.1 support is only done at build time, so the runtime was
leading to SIGILL on machines with old amd64 processors where this instruction
set is not implemented. This issue most likely hit i386 as well.

tweak and OK sthen@, OK solene@ (maintainer)

Reply via email to