[vlc-commits] contribs: libdsm: Don't build extra programs

Hugo Beauzée-Luyssen git at videolan.org
Tue May 10 13:56:32 CEST 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon May  9 17:36:07 2016 +0200| [2698e87e2327711787cf7389474cc40c9d9c20f0] | committer: Hugo Beauzée-Luyssen

contribs: libdsm: Don't build extra programs

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

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

diff --git a/contrib/src/libdsm/rules.mak b/contrib/src/libdsm/rules.mak
index 9ec930c..f284be0 100644
--- a/contrib/src/libdsm/rules.mak
+++ b/contrib/src/libdsm/rules.mak
@@ -20,6 +20,6 @@ libdsm: libdsm-$(LIBDSM_VERSION).tar.gz .sum-libdsm
 DEPS_libdsm = libtasn1 iconv
 
 .libdsm: libdsm
-	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
+	cd $< && $(HOSTVARS) ./configure --disable-programs $(HOSTCONF)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list