Module: libav Branch: master Commit: b58b00aeca21de00ab6da2944684f784d9d6bc47
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Feb 25 15:51:47 2013 +0100 configure: Separate "ln" command line arguments This is more compatible and not more complicated. --- configure | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 1b9a481..52cebb7 100755 --- a/configure +++ b/configure @@ -1864,7 +1864,7 @@ ar_default="ar" cc_default="gcc" host_cc_default="gcc" cp_f="cp -f" -ln_s="ln -sf" +ln_s="ln -s -f" nm_default="nm -g" objformat="elf" pkg_config_default=pkg-config @@ -3077,7 +3077,6 @@ case $target_os in network_extralibs='-lbsd' exeobjs=compat/plan9/main.o disable avserver - ln_s='ln -s -f' cp_f='cp' ;; none) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
