[vlc-commits] contrib: gmp: require GPL or GNUv3
    Rémi Denis-Courmont 
    git at videolan.org
       
    Mon Sep 25 18:52:23 CEST 2017
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Sep 25 19:48:01 2017 +0300| [689fab49bb5733d1e04c7a23c4b6a6f720c84195] | committer: Rémi Denis-Courmont
contrib: gmp: require GPL or GNUv3
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=689fab49bb5733d1e04c7a23c4b6a6f720c84195
---
 contrib/src/gmp/rules.mak | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/contrib/src/gmp/rules.mak b/contrib/src/gmp/rules.mak
index a2f32d128f..9b060f8e9f 100644
--- a/contrib/src/gmp/rules.mak
+++ b/contrib/src/gmp/rules.mak
@@ -26,7 +26,11 @@ gmp: gmp-$(GMP_VERSION).tar.bz2 .sum-gmp
 	$(APPLY) $(SRC)/gmp/ppc64.patch
 	$(MOVE)
 
+# GMP requires either GPLv2 or LGPLv3
 .gmp: gmp
+ifndef GPL
+	$(REQUIRE_GNUV3)
+endif
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(GMP_CONF)
 	cd $< && $(MAKE) install
 	touch $@
    
    
More information about the vlc-commits
mailing list