[vlc-devel] [PATCH] contrib: libdsm: Create empty config.rpath file
Marvin Scholz
epirat07 at gmail.com
Wed Jun 19 13:38:26 CEST 2019
Workaround for autoreconf failure:
configure.ac:38: error: required file './config.rpath' not found
This is apparently a bug in some versions of autotools.
---
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 7fe73b8d60..a4f3996033 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)
--
2.19.1
More information about the vlc-devel
mailing list