Source: liburcu Version: 0.9.3-3 Severity: normal Tags: patch User: debian-68k@lists.debian.org Usertags: m68k
Hi! liburcu is currently missing architecture support for m68k and therefore fails to build from source [1]. The attached patch adds minimal support for m68k, analogue to what was done for sh4. Thanks, Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=liburcu&arch=m68k&ver=0.9.3-3&stamp=1488392448&raw=0 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Add m68k to the list of supported architectures. --- liburcu-0.9.3.orig/configure.ac +++ liburcu-0.9.3/configure.ac @@ -139,6 +139,7 @@ AS_CASE([$host_cpu], [tile*], [ARCHTYPE="tile"], [hppa*], [ARCHTYPE="hppa"], [sh4], [ARCHTYPE="gcc"], + [m68k], [ARCHTYPE="gcc"], [ARCHTYPE="unknown"] )