diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-12-30 15:15:04 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-12-30 15:15:04 +0000 |
commit | f4d9dcf020c16b1708c0174e50246659aa27c2c1 (patch) | |
tree | 3c03c69ea2cff8402f6bcf74a8b26467ece34c42 /main/lua-subprocess/makefile.patch | |
parent | ad3b4a874f61b6c0cba7e97a7360293fd462e888 (diff) | |
download | aports-f4d9dcf020c16b1708c0174e50246659aa27c2c1.tar.bz2 aports-f4d9dcf020c16b1708c0174e50246659aa27c2c1.tar.xz |
main/lua-subprocess: Add Lua 5.1/5.2 libs as depends of main package and remove linking of lua core
Diffstat (limited to 'main/lua-subprocess/makefile.patch')
-rw-r--r-- | main/lua-subprocess/makefile.patch | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/main/lua-subprocess/makefile.patch b/main/lua-subprocess/makefile.patch index 6fa2b20597..01facb37e6 100644 --- a/main/lua-subprocess/makefile.patch +++ b/main/lua-subprocess/makefile.patch @@ -1,6 +1,13 @@ --- a/Makefile +++ b/Makefile -@@ -25,7 +25,7 @@ LUA_CFLAGS := $(shell pkg-config --cflags --libs $(lua_package)) +@@ -19,13 +19,13 @@ + endif + + CFLAGS ?= -Wall -Wextra -pedantic -O2 +-LUA_CFLAGS := $(shell pkg-config --cflags --libs $(lua_package)) ++LUA_CFLAGS := $(shell pkg-config --cflags $(lua_package)) + + .PHONY: all all: subprocess.so subprocess.html subprocess.so: $(SOURCES) |