freedroidrpg, bump revision for issues libpng16/libSDL_*_1.2 (#3883)

This commit is contained in:
Schrijvers Luc
2019-06-16 17:06:30 +02:00
committed by waddlesplash
parent 722d477ea2
commit 8591236b04
2 changed files with 37 additions and 13 deletions

View File

@@ -0,0 +1,22 @@
From 43aa0668062fd66325c5733bc3949926a1c7a248 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sat, 15 Jun 2019 12:25:55 +0200
Subject: Don't pass -rdynamic on Haiku
diff --git a/configure.ac b/configure.ac
index 7f20cd4..b34b9c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,7 +142,7 @@ AS_CASE([$target],
],
[
AS_VAR_APPEND([FD_CPPFLAGS], [" -DFD_DATADIR='\"\$(pkgdatadir)\"'"])
- AS_VAR_APPEND([FD_LDFLAGS], [" -rdynamic -Wl,--as-needed"])
+ AS_VAR_APPEND([FD_LDFLAGS], [" -Wl,--as-needed"])
default_open_cmd="xdg-open"
]
)
--
2.21.0