[SCM] Worms style game branch, master, updated. debian/0.9.18-0.3-8-g5d29a54

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Sun May 26 21:54:01 UTC 2013


The following commit has been merged in the master branch:
commit 84edc36d265bbc8c55654648c63765a6bfa11e8a
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu May 23 19:38:59 2013 +0200

    Adding FPFLAGS to EVERY archs, this will likely fix future bugs in other archs.

diff --git a/debian/rules b/debian/rules
index 4e5771b..b6de322 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,14 +8,8 @@ CFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=$(CPPFLAGS)
 
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_HOST_GNU_TYPE), powerpc-linux-gnu)
-   TYPE_FLAGS = -DFPFLAGS="-k/lib/powerpc-linux-gnu/libgcc_s.so.1"
-endif
-
-ifeq ($(DEB_HOST_GNU_TYPE), arm-linux-gnueabihf)
-   TYPE_FLAGS = -DFPFLAGS="-k/lib/arm-linux-gnueabihf/libgcc_s.so.1"
-endif
+#Helping libc >= 2.17, see launchpad bug #1179850
+TYPE_FLAGS = -DFPFLAGS="-k/lib/$(DEB_BUILD_GNU_TYPE)/libgcc_s.so.1"
 
 DEB_CMAKE_INSTALL_PREFIX := /usr/lib/hedgewars
 DEB_CMAKE_EXTRA_FLAGS      := -DNOSERVER=0 \

-- 
Worms style game



More information about the Pkg-games-commits mailing list