Files
haikuports/dev-libs/libiodbc/patches/libiodbc-3.52.12.patchset
Sergei Reznikov 6cd50c9f51 libiodbc: bump version
* enable x86_64 arch
2018-06-16 09:26:35 +03:00

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