From: Karel Slany Date: Wed, 15 Apr 2015 14:14:03 +0000 (+0200) Subject: build: added another possible name for lua package X-Git-Tag: v1.0.0-beta1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb6f08bae6871ddd6a527fd596d9db0f4ae3af92;p=thirdparty%2Fknot-resolver.git build: added another possible name for lua package On FreeBSD the lua package was not detected. (Tested on 9.3 and 10.1). --- diff --git a/Makefile b/Makefile index 6e4b7ca5c..57fc55af6 100644 --- 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))