]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: added another possible name for lua package
authorKarel Slany <karel.slany@nic.cz>
Wed, 15 Apr 2015 14:14:03 +0000 (16:14 +0200)
committerKarel Slany <karel.slany@nic.cz>
Wed, 15 Apr 2015 14:14:03 +0000 (16:14 +0200)
On FreeBSD the lua package was not detected. (Tested on 9.3 and 10.1).

Makefile

index 6e4b7ca5c592c770492aa6c6d1d0f95d729d5688..57fc55af6cc1725823aec83c7dcb06bd6e10e89f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ $(eval $(call find_lib,libknot))
 $(eval $(call find_lib,libuv))
 $(eval $(call find_alt,lua,luajit))
 $(eval $(call find_alt,lua,lua5.2))
+$(eval $(call find_alt,lua,lua-5.2))
 $(eval $(call find_alt,lua,lua))
 $(eval $(call find_lib,cmocka))
 $(eval $(call find_bin,doxygen))