intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
289 stars 87 forks source link

CentOS 7 & gcc4.8 compilation problem #40

Closed tkanteck closed 4 years ago

tkanteck commented 4 years ago

What?

v0.53 may not compile with gcc versions < 5.0

Workaround

'make -j EXTRA_CFLAGS="-msse4.2 -maes"

Root cause

Architecture flags are not set for gcc versions older than 5.0