openwrt-luci/libs/luci-lib-nixio
Jo-Philipp Wich 16f23de977 luci-lib-nixio: fix compilation
Fixes: #2921
Fixes: f3f42ff09 ("address: Replace ualarm with setitimer")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26 15:11:17 +02:00
..
axTLS Rework LuCI build system 2015-01-08 16:26:20 +01:00
axtls-config Rework LuCI build system 2015-01-08 16:26:20 +01:00
axtls-root/etc/nixio Rework LuCI build system 2015-01-08 16:26:20 +01:00
docsrc treewide: Fix typos in comments 2018-10-10 15:00:07 +08:00
root luci-lib-nixio: drop "bit" compatibility class 2015-01-15 16:05:31 +01:00
src luci-lib-nixio: fix compilation 2019-07-26 15:11:17 +02:00
.gitignore Rework LuCI build system 2015-01-08 16:26:20 +01:00
LICENSE Rework LuCI build system 2015-01-08 16:26:20 +01:00
Makefile restored nixio tls providers 2018-09-27 21:12:40 +02:00
nixio-0.3-1.rockspec Rework LuCI build system 2015-01-08 16:26:20 +01:00
NOTICE Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
README Rework LuCI build system 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"