diff options
Diffstat (limited to 'system/cve-check-tool')
-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 f793654a6a6de..923c588c1ce77 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} \ |