app-admin/sagan: add note re strstr

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-11 08:26:36 +00:00
parent 46758fadd4
commit 66bf4aebbe

View File

@@ -52,6 +52,10 @@ src_prepare() {
src_configure() {
append-flags -fcommon
# TODO: poke at strstr logic and enable/disable CPU_FLAGS_X86_*
# accordingly?
# Note that not all of these are used:
# https://github.com/quadrantsec/sagan/blob/main/m4/ax_ext.m4
local myeconfargs=(
$(use_enable smtp esmtp)
$(use_enable lognorm)