diff options
author | tytan652 | 2024-03-17 18:03:38 +0100 |
---|---|---|
committer | tytan652 | 2024-03-17 18:03:38 +0100 |
commit | 071fac47df4e53d31044fe28fda21deedccebe90 (patch) | |
tree | d449781006db0b85ad1174f47c7fff83f526543c | |
parent | 922c60df94e7437256a80546ce399966013319a4 (diff) | |
download | aur-071fac47df4e53d31044fe28fda21deedccebe90.tar.gz |
build: Allow deprecation for future-proofing
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ build() { -DCMAKE_INSTALL_PREFIX='/usr' \ -DCMAKE_INSTALL_LIBDIR=lib \ -DLINUX_PORTABLE=OFF \ + -DCMAKE_C_FLAGS="-Wno-error=deprecated-declarations" \ -Wno-dev cmake --build build |