Skip to content
Snippets Groups Projects
Commit 9128e323 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: icecat: Use system sqlite.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add sqlite.
  [arguments]: Pass "--enable-system-sqlite" to configure.
parent 9e12bc34
No related branches found
No related tags found
No related merge requests found
...@@ -253,6 +253,7 @@ (define-public icecat ...@@ -253,6 +253,7 @@ (define-public icecat
("mesa" ,mesa) ("mesa" ,mesa)
("nspr" ,nspr) ("nspr" ,nspr)
("nss" ,nss) ("nss" ,nss)
("sqlite" ,sqlite)
("unzip" ,unzip) ("unzip" ,unzip)
("yasm" ,yasm) ("yasm" ,yasm)
("zip" ,zip) ("zip" ,zip)
...@@ -291,11 +292,7 @@ (define-public icecat ...@@ -291,11 +292,7 @@ (define-public icecat
"--enable-system-pixman" "--enable-system-pixman"
"--enable-system-cairo" "--enable-system-cairo"
"--enable-system-ffi" "--enable-system-ffi"
"--enable-system-sqlite"
;; Fails with "configure: error: System
;; SQLite library is not compiled with
;; SQLITE_ENABLE_UNLOCK_NOTIFY."
;; "--enable-system-sqlite"
;; Fails with "--with-system-png won't work because ;; Fails with "--with-system-png won't work because
;; the system's libpng doesn't have APNG support". ;; the system's libpng doesn't have APNG support".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment