ixion: bump version

This commit is contained in:
Kacper Kasper
2018-09-01 15:32:22 +02:00
parent a4fe5c142b
commit df74577535
2 changed files with 43 additions and 10 deletions

View File

@@ -0,0 +1,24 @@
From 52e55962498093559a0d35b282ac00894f0078be Mon Sep 17 00:00:00 2001
From: Kacper Kasper <kacperkasper@gmail.com>
Date: Sat, 1 Sep 2018 15:26:19 +0200
Subject: Fix Haiku build
diff --git a/configure.ac b/configure.ac
index 388f85a..1296498 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,10 @@ case $host_os in
_os=Darwin
LDFLAGS="$LDFLAGS -L/usr/local/lib"
;;
+ haiku*)
+ _os=Haiku
+ LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
+ ;;
*)
_os=
LDFLAGS="$LDFLAGS -Wl,--no-as-needed -pthread -ldl"
--
2.16.4