diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-25 15:51:47 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-25 18:15:17 +0100 |
commit | b58b00aeca21de00ab6da2944684f784d9d6bc47 (patch) | |
tree | 6638e56d9ee36f1059dab7d58d37876a02902533 /configure | |
parent | 23bd9ef4b209c789d5473d75f89a2e411d343d80 (diff) | |
download | ffmpeg-b58b00aeca21de00ab6da2944684f784d9d6bc47.tar.gz |
configure: Separate "ln" command line arguments
This is more compatible and not more complicated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |