|
@@ -19,6 +19,10 @@ POSTGRESQL_CONF_ENV = \
|
|
POSTGRESQL_CONF_OPTS = --disable-rpath
|
|
POSTGRESQL_CONF_OPTS = --disable-rpath
|
|
POSTGRESQL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
POSTGRESQL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
|
|
|
|
|
|
+# CVE-2017-8806 is related to postgresql-common package
|
|
|
|
+# It is false positive for postgresql
|
|
|
|
+POSTGRESQL_IGNORE_CVES += CVE-2017-8806
|
|
|
|
+
|
|
# https://www.postgresql.org/docs/11/static/install-procedure.html:
|
|
# https://www.postgresql.org/docs/11/static/install-procedure.html:
|
|
# "If you want to invoke the build from another makefile rather than
|
|
# "If you want to invoke the build from another makefile rather than
|
|
# manually, you must unset MAKELEVEL or set it to zero"
|
|
# manually, you must unset MAKELEVEL or set it to zero"
|