mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
luasocket: make this build with lua51.
This commit is contained in:
parent
f2dd258b3b
commit
ff21584912
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ long_desc="
|
||||||
modules that add support for functionality commonly needed by applications
|
modules that add support for functionality commonly needed by applications
|
||||||
that deal with the Internet."
|
that deal with the Internet."
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make LUAINC=-I/usr/include/lua5.1 ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
luasocket_package() {
|
luasocket_package() {
|
||||||
depends="lua51"
|
depends="lua51"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue