mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: icecat: Use normal 'sqlite'.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Use normal 'sqlite'.
This commit is contained in:
parent
abcf4858cd
commit
9bc79c118e
1 changed files with 1 additions and 15 deletions
|
@ -431,21 +431,7 @@ (define-public icecat
|
|||
("mit-krb5" ,mit-krb5)
|
||||
("nspr" ,nspr)
|
||||
("nss" ,nss)
|
||||
|
||||
;; XXX Work around the fact that our 'sqlite' package was not built
|
||||
;; with -DSQLITE_ENABLE_DBSTAT_VTAB.
|
||||
("sqlite" ,(package
|
||||
(inherit sqlite)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
;; Add -DSQLITE_SECURE_DELETE, -DSQLITE_ENABLE_UNLOCK_NOTIFY and
|
||||
;; -DSQLITE_ENABLE_DBSTAT_VTAB to CFLAGS. GNU Icecat will refuse
|
||||
;; to use the system SQLite unless these options are enabled.
|
||||
(list (string-append "CFLAGS=-O2 -DSQLITE_SECURE_DELETE "
|
||||
"-DSQLITE_ENABLE_UNLOCK_NOTIFY "
|
||||
"-DSQLITE_ENABLE_DBSTAT_VTAB"))))))
|
||||
;;("sqlite" ,sqlite)
|
||||
|
||||
("sqlite" ,sqlite)
|
||||
("startup-notification" ,startup-notification)
|
||||
("unzip" ,unzip)
|
||||
("yasm" ,yasm)
|
||||
|
|
Loading…
Reference in a new issue