1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/libgcrypt
Daniel Engberg 518e0275a6 security/libgcrypt: Fix regression
In order to harvest the best entropy jitterentropy-base.c requires
that the compiler not optimize out any of its code. To ensure this
the cipher and randmom makefiles remove optmization options. This
will work in cases where the user has specified, for instance,
CFLAGS=-O3 but will not work when CFLAGS+=-O3 is specified. These
makefiles will only remove the first occurrence of the optimization
flag, resulting in a build failure. This patch alters the "munging"
sed command to remove all optimization options.

PR:	280081
MFH:	2024Q3
2024-07-12 21:45:27 -07:00
..
files security/libgcrypt: Fix regression 2024-07-12 21:45:27 -07:00
distinfo
Makefile
pkg-descr
pkg-plist