diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-28 00:04:38 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-28 00:08:06 +0100 |
commit | dbcde1d7670408ec11a976b205ca9bf6a6b9e291 (patch) | |
tree | ac1dff76d63263e55de348917c1f3b22e2ad8877 /main/lua-stringy/makefile.patch | |
parent | 40cd52c03ab5e1686b41fca0ae6caf7412e34252 (diff) | |
download | aports-dbcde1d7670408ec11a976b205ca9bf6a6b9e291.tar.bz2 aports-dbcde1d7670408ec11a976b205ca9bf6a6b9e291.tar.xz |
main/lua-stringy: improve abuild, add check() and rock manifest
Diffstat (limited to 'main/lua-stringy/makefile.patch')
-rw-r--r-- | main/lua-stringy/makefile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/lua-stringy/makefile.patch b/main/lua-stringy/makefile.patch new file mode 100644 index 0000000000..8dc3a70548 --- /dev/null +++ b/main/lua-stringy/makefile.patch @@ -0,0 +1,12 @@ +Tests are run in check phase. + +--- a/Makefile ++++ b/Makefile +@@ -13,7 +13,6 @@ + + stringy.so: stringy.o stringy_test.lua + $(CC) -shared stringy.o -o $@ +- $(LUA) stringy_test.lua + + clean: + rm -f stringy.so stringy.o *.rock |