fix-lua-lib.patch |
In debian systems, liblua5.1.so is not found under /usr/lib like in other linux distributions. The test made by upstream in the configure.ac to find out if LUA_LIB should be "-llua" or "-llua5.1" sets the wrong value for debian. LUA_LIB must be "-llua5.1". |
|
no |
|
|
|
fix-man-dependency.patch |
Corrected man page build ordering. |
Eva Ramon Salinas <debian@empanadilla.net> |
no |
|
|
2018-12-10 |
fix-remove-test-from-makefile |
Remove test from Makefile targets |
|
no |
|
|
|
fix-gcc-10.patch |
gcc10 passes the -fno-common flag by default hence use extern for one of the declarations with same variable names |
Nilesh Patra <npatra974@gmail.com> |
no |
|
|
2021-02-14 |
autoconf-2.70.patch |
Fix FTBFS with new autoconf. |
Nilesh Patra <nilesh@debian.org> |
no |
debian
|
|
2021-12-19 |
pcre2.patch |
Port to PCRE2. |
Yavor Doganov <yavor@gnu.org> |
no |
|
|
2023-12-09 |
no-implicit-declarations.patch |
add missing includes |
Steve Langasek <steve.langasek@canonical.com> |
no |
debian
|
|
2024-04-10 |
1070-man-page-typo.patch |
Fixed typos in man page example. Based on feedback from Micha Lenk. |
Petter Reinholdtsen <pere@debian.org> |
no |
debian
|
|
2024-11-15 |