summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hints/haiku.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/hints/haiku.sh b/hints/haiku.sh
index c908bc5435..fa8ebe51ea 100644
--- a/hints/haiku.sh
+++ b/hints/haiku.sh
@@ -35,3 +35,10 @@ ld='gcc'
case "$ldlibpthname" in
'') ldlibpthname=LIBRARY_PATH ;;
esac
+
+# as of alpha 4.1 (at the latest) some symbols are versioned,
+# confusing the nm lookup
+case "$usenm" in
+'') usenm='undef' ;;
+esac
+