forked from FFmpeg/FFmpeg
Fix HOSTLIBS on Haiku
Haiku does not have a separate libm, so do not try to link to it.
Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f59c4bd625
)
This commit is contained in:
parent
2eed5288d2
commit
68b2336d13
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -2306,6 +2306,7 @@ case $target_os in
|
|||
haiku)
|
||||
prefix_default="/boot/common"
|
||||
network_extralibs="-lnetwork"
|
||||
host_libs=
|
||||
;;
|
||||
sunos)
|
||||
FFSERVERLDFLAGS=""
|
||||
|
|
Loading…
Add table
Reference in a new issue