0
0
mirror of https://github.com/openwrt/luci.git synced 2025-07-22 16:47:18 +00:00
Files
Konstantin Demin a3cae27ab4 luci-lib-nixio: adjust with glibc and libcrypt-compat
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
2025-07-15 14:03:21 +02:00
..
2024-11-22 22:39:46 +01:00
2015-01-08 16:26:20 +01:00
2019-12-20 23:12:48 +01:00
2015-01-08 16:26:20 +01:00
2015-01-08 16:26:20 +01:00
2015-01-08 16:26:20 +01:00
2015-01-08 16:26:20 +01:00

Building:
	Use GNU Make.
	make or gmake depending on your system.
	
	Special make flags:

	OS		Override Target OS	[Linux|FreeBSD|SunOS|Windows]
	NIXIO_TLS	TLS-Library		[*openssl|axtls]
	NIXIO_CROSS_CC	MinGW CC (Windows)	`which i586-mingw32msvc-cc`
	LUA_CFLAGS	Lua CFLAGS		`pkg-config --cflags lua5.1`
	LUA_TARGET	Lua compile		target	[*source|strip|compile]
	LUA_MODULEDIR	Install LUA_PATH	"/usr/share/lua/5.1"
	LUA_LIBRARYDIR	Install LUA_CPATH	"/usr/lib/lua/5.1"