]> git.pld-linux.org Git - packages/libsmb2.git/commitdiff
- disable -Werror (build with gcc 11 fails on -Werror=array-parameter=) master auto/th/libsmb2-4.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Jan 2022 19:47:54 +0000 (20:47 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Jan 2022 19:47:54 +0000 (20:47 +0100)
libsmb2.spec

index b102e25956d5177316ce03f1ba5b38d18d4a73e7..cc2e77d914b3560e583c2d262ee17b35da33d5d9 100644 (file)
@@ -69,6 +69,7 @@ Statyczna biblioteka libsmb2.
 %{__automake}
 %configure \
        %{!?with_static_libs:--disable-static} \
+       --disable-werror \
        %{!?with_kerberos5:--without-libkrb5}
 %{__make}
 
This page took 0.054437 seconds and 4 git commands to generate.