On 04/20/16 03:48 PM, Dmitriy Kuminov wrote:
I do care about consistency, collaboration and prevention of artificial entropy growth.
One option is to make ln_s a configure option, something like the attached, which is a work in progress as out of tree builds are broken when using cp -p. Almost seems a failure in the code that decides whether symlinks work.
Dave
From 3bd0a41b29b7c9abf0bededff643c48511d7611b Mon Sep 17 00:00:00 2001 From: Dave Yeo <daveryeo@telus.net> Date: Wed, 20 Apr 2016 21:24:32 -0700 Subject: [PATCH 2/2] configure: Allow choice in choosing a symlink command Signed-off-by: Dave Yeo <daveryeo@telus.net> --- configure | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 699f2c8..1c7e9ad 100755 --- a/configure +++ b/configure @@ -314,6 +314,7 @@ Toolchain options: --nm=NM use nm tool NM [$nm_default] --ar=AR use archive tool AR [$ar_default] --as=AS use assembler AS [$as_default] + --ln_s=LN_S use symbolic link command [$ln_s_default] --strip=STRIP use strip tool STRIP [$strip_default] --windres=WINDRES use windows resource compiler WINDRES [$windres_default] --yasmexe=EXE use yasm-compatible assembler EXE [$yasmexe_default] @@ -2137,6 +2138,7 @@ CMDLINE_SET=" host_os install ld + ln_s logfile malloc_prefix nm @@ -3077,7 +3079,7 @@ host_cc_default="gcc" cp_f="cp -f" doxygen_default="doxygen" install="install" -ln_s="ln -s -f" +ln_s_default="ln -s -f" nm_default="nm -g" objformat="elf" pkg_config_default=pkg-config -- 2.0.0
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel