gitea: add sqlite_unlock_notify build tag
Fix #109004 When building Gitea with sqlite support the sqlite_unlock_notify tag must also be added otherwise there will be frequent error reports of database is locked.
This commit is contained in:
parent
1ac4c06c08
commit
0e0900cba5
@ -37,7 +37,7 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
preBuild = let
|
preBuild = let
|
||||||
tags = optional pamSupport "pam"
|
tags = optional pamSupport "pam"
|
||||||
++ optional sqliteSupport "sqlite";
|
++ optional sqliteSupport "sqlite sqlite_unlock_notify";
|
||||||
tagsString = concatStringsSep " " tags;
|
tagsString = concatStringsSep " " tags;
|
||||||
in ''
|
in ''
|
||||||
export buildFlagsArray=(
|
export buildFlagsArray=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user