diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-15 16:21:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:17:49 -0500 |
commit | c3d76a22fba333a21b9729bca6b10677fa6ccf9e (patch) | |
tree | 1336704c48010752f42bf59d8e8f3bfeda0c724b /system | |
parent | 9f08aff2ccb9a7a730a1ba45061eb8a50c29886c (diff) |
system/cve-check-tool: Disable some warnings-as-errors.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/cve-check-tool/cve-check-tool.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/cve-check-tool/cve-check-tool.SlackBuild b/system/cve-check-tool/cve-check-tool.SlackBuild index f793654a6a6d..923c588c1ce7 100644 --- a/system/cve-check-tool/cve-check-tool.SlackBuild +++ b/system/cve-check-tool/cve-check-tool.SlackBuild @@ -73,7 +73,7 @@ find -L . \ # Patch for new database format patch -p1 --verbose < $CWD/update-fmt.diff -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -Wno-error=deprecated-declarations" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |