vlc | branch: master | Steve Lhomme <rob...@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 $@

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to