kumquat-buildroot/package/supertux
Fabrice Fontaine c283f0216d package/supertux: fix debug build on uclibc/musl
Always set CMAKE_BUILD_TYPE to Release otherwise supertux will be built
with -pg since:
afd5f1b33c

This will result in the following build failure on uclibc or musl:
[ 77%] Linking C executable sq_static
CMakeFiles/sq_static.dir/sq.c.o: In function `quit':
/home/buildroot/autobuild/instance-3/output/build/supertux-0.6.0/external/squirrel/sq/sq.c:42: undefined reference to `__gnu_mcount_nc'

Fixes:
 - http://autobuild.buildroot.org/results/b0b2e25af198d01713d1e2bcf38c77ae8ffbd7de

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-05-27 23:48:41 +02:00
..
0001-Fix-build-on-PowerPC.patch package/supertux: fix build on powerpc64le 2019-03-24 09:11:05 +01:00
Config.in package/supertux: needs gcc >= 6 2019-01-16 21:20:57 +01:00
supertux.hash package/supertux: bump to version 0.6.0 2018-12-26 21:24:03 +01:00
supertux.mk package/supertux: fix debug build on uclibc/musl 2019-05-27 23:48:41 +02:00