mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
30 lines
696 B
Plaintext
30 lines
696 B
Plaintext
From 919e19cea580666032f1e03bf3892ef0ab2b9d4d Mon Sep 17 00:00:00 2001
|
|
From: Mark Hellegers <mark@firedisk.net>
|
|
Date: Wed, 4 Feb 2015 23:22:01 +0100
|
|
Subject: Add Haiku support to configure
|
|
|
|
---
|
|
configure | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/configure b/configure
|
|
index 469edd7..ea2d785 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -10588,6 +10588,12 @@ gnu*)
|
|
hardcode_into_libs=yes
|
|
;;
|
|
|
|
+haiku*)
|
|
+ library_names_spec='${libname}${shared_ext}'
|
|
+ dynamic_linker="$host_os ld.so"
|
|
+ shlibpath_var=LIBRARY_PATH
|
|
+ ;;
|
|
+
|
|
hpux9* | hpux10* | hpux11*)
|
|
# Give a soname corresponding to the major version so that dld.sl refuses to
|
|
# link against other versions.
|
|
--
|
|
2.2.2
|
|
|