From ff215849124fe9c95b1c9a5389c166b0b15d0d44 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 10 Oct 2013 11:49:55 +0200 Subject: [PATCH] luasocket: make this build with lua51. --- srcpkgs/luasocket/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/luasocket/template b/srcpkgs/luasocket/template index ed1ba8a4846..0893bbc0776 100644 --- a/srcpkgs/luasocket/template +++ b/srcpkgs/luasocket/template @@ -16,6 +16,10 @@ long_desc=" modules that add support for functionality commonly needed by applications that deal with the Internet." +do_build() { + make LUAINC=-I/usr/include/lua5.1 ${makejobs} +} + luasocket_package() { depends="lua51" pkg_install() {