diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index 0a6ecaa7dd..08ca9003bb 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -26,12 +26,6 @@ PIXMAN_CONF_OPTS = \ -Dlibpng=disabled \ -Dtests=disabled -# Affects only tests, and we don't build tests. -# See https://gitlab.freedesktop.org/pixman/pixman/-/issues/76, which says -# "not sure why NVD keeps assigning CVEs like this. This is just a test -# executable". -PIXMAN_IGNORE_CVES += CVE-2023-37769 - ifeq ($(BR2_X86_CPU_HAS_MMX),y) PIXMAN_CONF_OPTS += -Dmmx=enabled else