Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
nostatic.patch | Do not use static linking for zADC. This patch was adapted from Ubuntu package. |
Dimitri John Ledkov <xnox@ubuntu.com> | no | 2024-11-28 | ||
no-dmesg.patch | Do not use dmesg The command dmesg needs to be run as root, so disabling it on the tests. |
Fernando Seiti Furusato <ferseiti@linux.vnet.ibm.com> | no | 2024-11-28 | ||
fix-pthread.patch | Use -pthread instead of -lpthread | Fernando Furusato <ferseiti@linux.vnet.ibm.com> | no | 2024-11-28 | ||
fix-libs-locations.patch | Make libs public. Installing libzADC* files into /usr/lib/$(DEB_HOST_MULTIARCH) instead of doing it into the subdirectory genwqe. |
Fernando Furusato <ferseiti@linux.vnet.ibm.com> | no | 2024-11-28 | ||
fix_gettid.patch | 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. |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> | no | debian | 2024-11-28 |