From: Rafaël Carré Date: Mon, 7 Nov 2011 14:18:21 +0000 (-0500) Subject: contrib: disable sqlite X-Git-Tag: 1.3.0-git~438 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f318cb5b70a5ec9b6e4e4e0e3d9477ab273e736f;p=vlc contrib: disable sqlite --- diff --git a/contrib/src/sqlite/rules.mak b/contrib/src/sqlite/rules.mak index db3131a27a..2721b6e4fa 100644 --- a/contrib/src/sqlite/rules.mak +++ b/contrib/src/sqlite/rules.mak @@ -3,7 +3,7 @@ SQLITE_VERSION := 3.6.20 SQLITE_URL := http://www.sqlite.org/sqlite-amalgamation-$(SQLITE_VERSION).tar.gz -PKGS += sqlite +# PKGS += sqlite ifeq ($(call need_pkg,"sqlite3"),) PKGS_FOUND += sqlite