opnsense-ports/sysutils/fluent-bit/files/patch-lib_LuaJIT-2.1.0-beta3_src_Makefile
Franco Fichtner 5267a1af24 */*: sync with upstream
Taken from: HardenedBSD
2019-01-09 08:25:38 +01:00

11 lines
407 B
Text

--- lib/LuaJIT-2.1.0-beta3/src/Makefile.orig 2019-01-07 21:56:34 UTC
+++ lib/LuaJIT-2.1.0-beta3/src/Makefile
@@ -24,7 +24,7 @@ NODOTABIVER= 51
# removing the '#' in front of them. Make sure you force a full recompile
# with "make clean", followed by "make" if you change any options.
#
-DEFAULT_CC = gcc
+DEFAULT_CC = cc
#
# LuaJIT builds as a native 32 or 64 bit binary by default.
CC= $(DEFAULT_CC)