[vlc-commits] contrib: libdsm: Create empty config.rpath file

Marvin Scholz git at videolan.org
Tue Jan 21 11:55:37 CET 2020


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Jun 19 13:38:26 2019 +0200| [3b81bf0c63928d1e8386a8bd5d61253d0dfea19b] | committer: Thomas Guillem

contrib: libdsm: Create empty config.rpath file

Workaround for autoreconf failure:
configure.ac:38: error: required file './config.rpath' not found

This is apparently a bug in some versions of autotools.

(cherry picked from commit 832fb0450dc56b9f5d97ab0f42aa50146c060d47)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

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

diff --git a/contrib/src/libdsm/rules.mak b/contrib/src/libdsm/rules.mak
index 1ea9b769b5..5912dd7a13 100644
--- a/contrib/src/libdsm/rules.mak
+++ b/contrib/src/libdsm/rules.mak
@@ -32,6 +32,7 @@ DEPS_libdsm += pthreads $(DEPS_pthreads)
 endif
 
 .libdsm: libdsm
+	cd $< && touch "config.rpath"
 	$(RECONF)
 	cd $< && $(HOSTVARS_PIC) ./configure --disable-programs $(LIBDSM_CONF)
 	cd $< && $(MAKE)



More information about the vlc-commits mailing list