Package: rtai / 3.8.1-4

Metadata

Package Version Patches format
rtai 3.8.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix autotools files.patch | (download)

base/config/autoconf/config.guess | 823 438 + 385 - 0 !
base/config/autoconf/config.sub | 284 223 + 61 - 0 !
base/include/asm-arm/GNUmakefile.am | 2 1 + 1 - 0 !
base/include/asm-arm/GNUmakefile.in | 2 1 + 1 - 0 !
base/include/asm-ppc/GNUmakefile.am | 2 1 + 1 - 0 !
base/include/asm-ppc/GNUmakefile.in | 2 1 + 1 - 0 !
base/include/asm-x86_64/GNUmakefile.am | 2 1 + 1 - 0 !
base/include/asm-x86_64/GNUmakefile.in | 2 1 + 1 - 0 !
base/scripts/rtai-config.in | 4 2 + 2 - 0 !
config.guess | 1502 1502 + 0 - 0 !
config.sub | 1714 1714 + 0 - 0 !
11 files changed, 3885 insertions(+), 454 deletions(-)

 dabian changes/updates to gnu autotools files
 RTAI is using GNU autotools, but in an individual fashion. Debian needs to
 adjusts to some pathname and other conventions with this patch.
fix headers.patch | (download)

addons/rtdm/xn.h | 2 1 + 1 - 0 !
base/include/asm-arm/arch-pxa/rtai_arch.h | 16 16 + 0 - 0 !
base/include/asm-arm/rtai_atomic.h | 5 4 + 1 - 0 !
base/include/asm-arm/rtai_hal.h | 2 0 + 2 - 0 !
base/include/asm-x86_64/rtai_lxrt.h | 2 2 + 0 - 0 !
5 files changed, 23 insertions(+), 4 deletions(-)

 debian's header adjustments to fix compile errors
 This patch fixes compile errors by adjusting some header files / includes.