diff options
author | Ondřej Surý <ondrej@sury.org> | 2016-10-18 09:39:10 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2016-10-20 19:28:01 +0200 |
commit | 925ce89b89c82ee652e59c5ba90abad29b916b29 (patch) | |
tree | ff0e21e3dd65bb4c96f3ab4e5c28331d4b511831 /.gitignore | |
parent | Build GnuTLS with --without-p11-kit (diff) | |
download | knot-resolver-925ce89b89c82ee652e59c5ba90abad29b916b29.tar.xz knot-resolver-925ce89b89c82ee652e59c5ba90abad29b916b29.zip |
Dynamically resolve SONAME for libknot and libzscanner from Makefile
and set libknot_SONAME and libzscanner_SONAME as lua literals.
Remove now obsolete libpath lua function - use find_soname from
platform.mk to define <arg>_SONAME, add lua_pushliteral to
daemon/engine.c and add -D to daemon/daemon.mk for any new library
loaded from Lua.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,7 @@ *.out *.6 *.log -*.inc +/daemon/lua/*.inc *.mdb *.gcno *.gcda @@ -54,3 +54,4 @@ kresd.amalg.c libkres.amalg.c /doc/kresd.8 /libkres.pc +/daemon/lua/sandbox.lua |