]> git.pld-linux.org Git - packages/crossmingw32-lua40.git/commitdiff
- fix which allw pass $RPM_OPT_FLAGS to CFLAGS. RA-branch RA-1_0 STABLE auto/ac/lua40-4_0_1-10 auto/ac/lua40-4_0_1-8 auto/ac/lua40-4_0_1-9 auto/th/lua40-4_0_1-10 auto/th/lua40-4_0_1-11 auto/ti/lua40-4_0_1-10 lua-4_0-7 lua-4_0-8 lua-4_0_1-1 lua40-4_0_1-5
authorkloczek <kloczek@pld-linux.org>
Thu, 15 Nov 2001 05:23:35 +0000 (05:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lua-OPT.patch -> 1.1

lua-OPT.patch [new file with mode: 0644]

diff --git a/lua-OPT.patch b/lua-OPT.patch
new file mode 100644 (file)
index 0000000..9d5e374
--- /dev/null
@@ -0,0 +1,12 @@
+--- lua/config~        Thu Nov 15 06:20:11 2001
++++ lua/config Thu Nov 15 06:20:11 2001
+@@ -93,7 +93,8 @@
+ INCS= -I$(INC) $(EXTRA_INCS)
+ DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRA_DEFS)
+-CFLAGS= -O2 $(WARN) $(INCS) $(DEFS)
++OPT= -O2
++CFLAGS= $(OPT) $(WARN) $(INCS) $(DEFS)
+ V=4.0
This page took 0.065314 seconds and 4 git commands to generate.