Merge commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47'
* commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47': configure: Separate "ln" command line arguments Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -2120,7 +2120,7 @@ cxx_default="g++"
|
|||||||
host_cc_default="gcc"
|
host_cc_default="gcc"
|
||||||
cp_f="cp -f"
|
cp_f="cp -f"
|
||||||
install="install"
|
install="install"
|
||||||
ln_s="ln -sf"
|
ln_s="ln -s -f"
|
||||||
nm_default="nm -g"
|
nm_default="nm -g"
|
||||||
objformat="elf"
|
objformat="elf"
|
||||||
pkg_config_default=pkg-config
|
pkg_config_default=pkg-config
|
||||||
@@ -3391,7 +3391,6 @@ case $target_os in
|
|||||||
network_extralibs='-lbsd'
|
network_extralibs='-lbsd'
|
||||||
exeobjs=compat/plan9/main.o
|
exeobjs=compat/plan9/main.o
|
||||||
disable ffserver
|
disable ffserver
|
||||||
ln_s='ln -s -f'
|
|
||||||
cp_f='cp'
|
cp_f='cp'
|
||||||
;;
|
;;
|
||||||
none)
|
none)
|
||||||
|
Reference in New Issue
Block a user