package/supertux: build squirrel builtin library with fPIC
authorRomain Naour <romain.naour@gmail.com>
Sat, 3 Oct 2020 23:22:56 +0000 (01:22 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2020 09:40:53 +0000 (11:40 +0200)
commit4473c41941158dfc3f0b05c335c50ae94cc41e48
treebfd23fbf48ad10b27c582516e87813f11d73ba4b
parent7d85d5e5ed9544b5ebecd63824df13df920a0573
package/supertux: build squirrel builtin library with fPIC

Ensure that squirrel is compiled with -fPIC to allow linking the static
libraries with dynamically linked programs. This is not a requirement
for most architectures but is mandatory for ARM.

Fixes:
http://autobuild.buildroot.org/results/46e8f5e622ce450a89bc6d70f4bfd38182557901
http://autobuild.buildroot.org/results/a43720492d817e4555d728546da9114e3ccba952

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/supertux/0001-CMakeLists.txt-compile-squirrel-with-fPIC.patch [new file with mode: 0644]