aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fluent-bit/files/patch-lib__luajit__src__Makefile
blob: 9c55e409acc344515e491bfeda7fd2d29ed3da14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- lib/luajit-7152e154/src/Makefile.orig	2022-10-27 09:22:06.694200000 +0200
+++ lib/luajit-7152e154/src/Makefile	2022-10-27 09:22:37.928286000 +0200
@@ -24,10 +24,10 @@
 # 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 = gcc
 #
 # LuaJIT builds as a native 32 or 64 bit binary by default.
-CC= $(DEFAULT_CC)
+#CC= $(DEFAULT_CC)
 #
 # Use this if you want to force a 32 bit build on a 64 bit multilib OS.
 #CC= $(DEFAULT_CC) -m32