aboutsummaryrefslogtreecommitdiff
path: root/src/org/euandre/queue.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-03 21:30:16 -0300
committerEuAndreh <eu@euandre.org>2024-10-03 21:30:16 -0300
commit931ca32db1818707bc84be401eb5a138f56482b8 (patch)
tree328d0e89adfd0762caee164569dbbe770a855f50 /src/org/euandre/queue.scm
parentpackages.scm: Add "acude" as custom build of sqlite (diff)
downloadpackages-931ca32db1818707bc84be401eb5a138f56482b8.tar.gz
packages-931ca32db1818707bc84be401eb5a138f56482b8.tar.xz
queue.cm: Remove "SQLITE_OMIT_DEPRECATED" flag
Diffstat (limited to 'src/org/euandre/queue.scm')
-rw-r--r--src/org/euandre/queue.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm
index bb13a67..082825b 100644
--- a/src/org/euandre/queue.scm
+++ b/src/org/euandre/queue.scm
@@ -1870,7 +1870,7 @@ SetEnv GIT_CONFIG_GLOBAL=/etc/gitconfig")))
"-DSQLITE_DEFAULT_WAL_SYNCHRONOUS=3"
"-DSQLITE_LIKE_DOESNT_MATCH_BLOBS"
"-DSQLITE_MAX_EXPR_DEPTH=0"
- "-DSQLITE_OMIT_DEPRECATED"
+ ;; "-DSQLITE_OMIT_DEPRECATED"
"-DSQLITE_OMIT_PROGESS_CALLBACK"
"-DSQLITE_OMIT_SHARED_CACHE"
"-DSQLITE_USE_ALLOCA"