[vlc-commits] contrib: microdns: always reconf

Thomas Guillem git at videolan.org
Tue Oct 23 17:25:13 CEST 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Oct 23 12:11:32 2018 +0200| [ed44069644145fdab0934e4433bf39305537488f] | committer: Thomas Guillem

contrib: microdns: always reconf

(cherry picked from commit a22cb071554d2a2b85a80f1c0a87131b41174fc4)

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

 contrib/src/microdns/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/microdns/rules.mak b/contrib/src/microdns/rules.mak
index 7092360c9b..dcc5a7f423 100644
--- a/contrib/src/microdns/rules.mak
+++ b/contrib/src/microdns/rules.mak
@@ -22,6 +22,7 @@ microdns: microdns-$(LIBMICRODNS_VERSION).tar.gz .sum-microdns
 	$(MOVE)
 
 .microdns: microdns
+	$(RECONF)
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list