From 9128e323c0a23243c3f70b1716c68ad0b241f30d Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 17 Apr 2015 02:20:41 -0400 Subject: gnu: icecat: Use system sqlite. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add sqlite. [arguments]: Pass "--enable-system-sqlite" to configure. --- gnu/packages/gnuzilla.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 419ff7adb9..522404f280 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -253,6 +253,7 @@ standards.") ("mesa" ,mesa) ("nspr" ,nspr) ("nss" ,nss) + ("sqlite" ,sqlite) ("unzip" ,unzip) ("yasm" ,yasm) ("zip" ,zip) @@ -291,11 +292,7 @@ standards.") "--enable-system-pixman" "--enable-system-cairo" "--enable-system-ffi" - - ;; Fails with "configure: error: System - ;; SQLite library is not compiled with - ;; SQLITE_ENABLE_UNLOCK_NOTIFY." - ;; "--enable-system-sqlite" + "--enable-system-sqlite" ;; Fails with "--with-system-png won't work because ;; the system's libpng doesn't have APNG support". -- cgit v1.2.3 4451bb'>treecommitdiff
path: root/gnu/packages/upnp.scm
AgeCommit message (Expand)Author
2022-05-22gnu: readymedia: Remove input labels....Tobias Geerinckx-Rice
2022-05-22gnu: readymedia: Update to 1.3.1....Tobias Geerinckx-Rice
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-10-23gnu: Use 'search-input-file' some more....Ludovic Courtès
2021-10-05gnu: libupnp: Update to 1.14.12....Tobias Geerinckx-Rice
2021-05-13gnu: libupnp: Update to 1.14.7....Tobias Geerinckx-Rice
2021-05-02gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls....Maxime Devos
2021-04-22gnu: libupnp: Update to 1.14.6....Tobias Geerinckx-Rice
2021-04-07gnu: libupnp: Update to 1.14.5 [fixes CVE-2021-28302]....Tobias Geerinckx-Rice
2021-03-30gnu: libupnp: Update to 1.14.4....Tobias Geerinckx-Rice