Hello.
Please tell me why it does not work?
Cecurity/libgcrypt port requires assembly CFLAGS = '-O0 -pipe' .
I add to make.conf
Does not work.
My system make.conf
Please tell me why it does not work?
Cecurity/libgcrypt port requires assembly CFLAGS = '-O0 -pipe' .
I add to make.conf
Code:
.if ${.CURDIR:M*/ports/security/libgcrypt}
MAKE_JOBS_UNSAFE=yes
CFLAGS =' -O0 -pipe'
.endif
My system make.conf
Code:
CPUTYPE?=nocona
CFLAGS= -O -pipe
MAKE_JOBS_NUMBER=6
KERNCONF=sys_09082016
OPTIONS_UNSET=DOCS X11 IPV6 CUPS
DEFAULT_VERSIONS+=ssl=openssl
security_libgcrypt_SET_FORSE=CFLAGS =' -O0 -pipe'
.if ${.CURDIR:M*/ports/security/libgcrypt}
MAKE_JOBS_UNSAFE=yes
CFLAGS =' -O0 -pipe'
.endif