[vlc-commits] Revert "contrib: sqlite: don't build the shell exe"

Hugo Beauzée-Luyssen git at videolan.org
Thu Apr 30 15:07:17 CEST 2020


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Apr 30 15:03:42 2020 +0200| [0909876098407fc1b3bdadf63134ca6a27649278] | committer: Hugo Beauzée-Luyssen

Revert "contrib: sqlite: don't build the shell exe"

This reverts commit 3ed5f875bb28eecfc761252f33d326e65f56a908.
Doing it this way doesn't install the .pc nor the headers

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0909876098407fc1b3bdadf63134ca6a27649278
---

 contrib/src/sqlite/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/sqlite/rules.mak b/contrib/src/sqlite/rules.mak
index 2696ca54a1..e6564abca4 100644
--- a/contrib/src/sqlite/rules.mak
+++ b/contrib/src/sqlite/rules.mak
@@ -28,5 +28,5 @@ sqlite: sqlite-autoconf-$(SQLITE_VERSION).tar.gz .sum-sqlite
 
 .sqlite: sqlite
 	cd $< && $(HOSTVARS) CFLAGS="$(SQLITE_CFLAGS)" ./configure $(SQLITE_CONF)
-	cd $< && $(MAKE) install-libLTLIBRARIES
+	cd $< && $(MAKE) && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list