wok diff lua5.1/stuff/lua5.1-paths.patch @ rev 25630
libssh, openssh, paramiko, proftpd, putty: CVE-2023-48795 fix, waiting for dropbear and tinyssh released.
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 22 14:30:01 2023 +0000 (11 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lua5.1/stuff/lua5.1-paths.patch Fri Dec 22 14:30:01 2023 +0000 1.3 @@ -0,0 +1,22 @@ 1.4 +--- Makefile 1.5 ++++ stuff/Makefile 1.6 +@@ -9,15 +9,15 @@ 1.7 + 1.8 + # Where to install. The installation starts in the src and doc directories, 1.9 + # so take care if INSTALL_TOP is not an absolute path. 1.10 +-INSTALL_TOP= /usr/local 1.11 ++INSTALL_TOP= /usr 1.12 + INSTALL_BIN= $(INSTALL_TOP)/bin 1.13 +-INSTALL_INC= $(INSTALL_TOP)/include 1.14 +-INSTALL_LIB= $(INSTALL_TOP)/lib 1.15 ++INSTALL_INC= $(INSTALL_TOP)/include/lua/$V 1.16 ++INSTALL_LIB= $(INSTALL_TOP)/lib/lua/$V 1.17 + INSTALL_MAN= $(INSTALL_TOP)/man/man1 1.18 + # 1.19 + # You probably want to make INSTALL_LMOD and INSTALL_CMOD consistent with 1.20 + # LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h (and also with etc/lua.pc). 1.21 +-INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V 1.22 ++INSTALL_LMOD= $(INSTALL_TOP)/lib/lua/$V 1.23 + INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V 1.24 + 1.25 + # How to install. If your install program does not support "-p", then you