Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-pcre-h.patch | Replace pcre/pcre.h with pcre.h in source code includes. | no | ||||
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 | no | |||||
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 | diff --git a/configure.ac b/configure.ac index 2a445d2..fe08cf9 100644 |
no |