From 68b2336d13ce9a474cf99d4d855188bab5777e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= <revol@free.fr> Date: Tue, 8 Feb 2011 21:09:44 +0000 Subject: [PATCH] Fix HOSTLIBS on Haiku MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 f59c4bd625839dbe1e099c6a8b38988108883623) --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 2f1263f79c4..20773978766 100755 --- a/configure +++ b/configure @@ -2306,6 +2306,7 @@ case $target_os in haiku) prefix_default="/boot/common" network_extralibs="-lnetwork" + host_libs= ;; sunos) FFSERVERLDFLAGS="" -- GitLab