[vlc-commits] contrib/nfs: disable utils compilation
Felix Paul Kühne
git at videolan.org
Thu Jan 14 16:58:06 CET 2016
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jan 14 16:57:52 2016 +0100| [5456b78dd5eae4b6074c62410085b2667700b021] | committer: Felix Paul Kühne
contrib/nfs: disable utils compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5456b78dd5eae4b6074c62410085b2667700b021
---
contrib/src/nfs/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/nfs/rules.mak b/contrib/src/nfs/rules.mak
index fc96c84..ac7f4d5 100644
--- a/contrib/src/nfs/rules.mak
+++ b/contrib/src/nfs/rules.mak
@@ -23,6 +23,6 @@ nfs: libnfs-$(NFS_VERSION).tar.gz .sum-nfs
.nfs: nfs
cd $< && ./bootstrap
- cd $< && $(HOSTVARS) ./configure --disable-examples $(HOSTCONF)
+ cd $< && $(HOSTVARS) ./configure --disable-examples --disable-utils $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list