Merge pull request #109579 from nagy/sqlar-fix

sqlar: fix build error
This commit is contained in:
Sandro 2021-01-17 14:12:52 +01:00 committed by GitHub
commit fbd7615bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [ fuse zlib ];
buildFlags = [ "sqlar" "sqlarfs" ];
buildFlags = [ "sqlar" "sqlarfs" "CFLAGS=-Wno-error" ];
installPhase = ''
install -D -t $out/bin sqlar sqlarfs