Package: genwqe-user / 4.0.20-3

Metadata

Package Version Patches format
genwqe-user 4.0.20-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
nostatic.patch | (download)

tools/Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 do not use static linking for zadc.

This patch was adapted from Ubuntu package.
no dmesg.patch | (download)

misc/basic_hardware_tests.sh | 2 1 + 1 - 0 !
misc/basic_software_tests.sh | 2 1 + 1 - 0 !
misc/samtools_test.sh | 2 1 + 1 - 0 !
tools/genwqe_test_gz | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 do not use dmesg

The command dmesg needs to be run as root, so disabling it on the
tests.

fix pthread.patch | (download)

lib/Makefile | 2 1 + 1 - 0 !
misc/Makefile | 2 1 + 1 - 0 !
tools/Makefile | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 use -pthread instead of -lpthread


fix libs locations.patch | (download)

lib/Makefile | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 make libs public.

Installing libzADC* files into /usr/lib/$(DEB_HOST_MULTIARCH) instead
of doing it into the subdirectory genwqe.
fix_gettid.patch | (download)

lib/card_defs.h | 8 4 + 4 - 0 !
lib/ddcb_capi.c | 10 5 + 5 - 0 !
lib/hw_defs.h | 10 5 + 5 - 0 !
misc/zpipe_append.c | 2 1 + 1 - 0 !
misc/zpipe_mt.c | 30 15 + 15 - 0 !
tools/zlib_mt_perf.c | 8 4 + 4 - 0 !
6 files changed, 34 insertions(+), 34 deletions(-)

 fix ftbfs

Latest glibc has defined gettid() and as a result there was a conflict.
Rename gettid() to sys_gettid() to use our own gettid instead of using
the gettid() from glibc.
shuf | (download)

lib/Makefile | 2 2 + 0 - 0 !
tools/Makefile | 5 2 + 3 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 make --shuffle=reverse (closes: #1105333)