]> git.sesse.net Git - ffmpeg/commitdiff
configure: Separate "ln" command line arguments
authorDiego Biurrun <diego@biurrun.de>
Mon, 25 Feb 2013 14:51:47 +0000 (15:51 +0100)
committerDiego Biurrun <diego@biurrun.de>
Mon, 25 Feb 2013 17:15:17 +0000 (18:15 +0100)
This is more compatible and not more complicated.

configure

index 1b9a481add612a9d07fd7b39ce9353cd36820172..52cebb7c634ca434a513fd91c6af1f5d04c01397 100755 (executable)
--- 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)