[vlc-commits] contrib: harfbuzz: no need to set CFLAGS to itself

Steve Lhomme git at videolan.org
Tue Apr 10 08:37:59 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Apr 10 08:35:12 2018 +0200| [5a990c089c896de2296784d70ff30f1c3de27af0] | committer: Steve Lhomme

contrib: harfbuzz: no need to set CFLAGS to itself

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

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

diff --git a/contrib/src/harfbuzz/rules.mak b/contrib/src/harfbuzz/rules.mak
index 2677dfc7cc..622561ffe4 100644
--- a/contrib/src/harfbuzz/rules.mak
+++ b/contrib/src/harfbuzz/rules.mak
@@ -30,6 +30,6 @@ DEPS_harfbuzz = freetype2 $(DEPS_freetype2)
 
 .harfbuzz: harfbuzz
 	cd $< && env NOCONFIGURE=1 sh autogen.sh
-	cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) $(HARFBUZZCONF)
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(HARFBUZZCONF)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list