[vlc-devel] [PATCH] contrib: libdsm: Create empty config.rpath file
Marvin Scholz
epirat07 at gmail.com
Fri Jun 14 02:04:43 CEST 2019
Sorry I accidentally sent the wrong versions of the patch
from a different branch… Obviously the cd $< && touch "config.rpath"
must come before the $(RECONF).
On 14 Jun 2019, at 2:01, Marvin Scholz wrote:
> 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..23b1c38263 100644
> --- a/contrib/src/libdsm/rules.mak
> +++ b/contrib/src/libdsm/rules.mak
> @@ -33,6 +33,7 @@ endif
>
> .libdsm: libdsm
> $(RECONF)
> + cd $< && touch "config.rpath"
> cd $< && $(HOSTVARS_PIC) ./configure --disable-programs $(LIBDSM_CONF)
> cd $< && $(MAKE)
> $(call pkg_static,"libdsm.pc")
> --
> 2.19.1
More information about the vlc-devel
mailing list