mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 22:22:12 +01:00
12 lines
286 B
Diff
12 lines
286 B
Diff
--- a/src/makefile
|
|
+++ b/src/makefile
|
|
@@ -38,7 +38,7 @@
|
|
# - remove -DUSE_LUA52
|
|
# - use lua5.1 in the pkg-config calls
|
|
|
|
-LUA_CFLAGS=$(shell pkg-config --cflags lua) -DUSE_LUA52
|
|
+LUA_CFLAGS=$(shell pkg-config --cflags lua)
|
|
|
|
# default lua lib
|
|
LUA_LIBS=$(shell pkg-config --libs lua)
|