forked from Lainports/freebsd-ports
- uses luarocks instead of gmake - supports pre-c99 compilers PR: 268067 Tested by: bofh Approved by: mdw (Submitter is MAINTAINER) Relnotes: https://github.com/mikejsavage/lua-bcrypt/releases/tag/v2.3-1
11 lines
284 B
Text
11 lines
284 B
Text
--- Makefile.orig 2022-11-29 22:22:33 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,7 @@
|
|
+CFLAGS+=-fPIC -Wall -Wextra
|
|
+
|
|
all:
|
|
- luarocks make CFLAGS="-O2 -fPIC -Wall -Wextra" --local
|
|
+ luarocks make --pack-binary-rock CFLAGS="${CFLAGS}"
|
|
|
|
debug:
|
|
luarocks make CFLAGS="-fPIC -g -Wall -Wextra" --local
|