update patchfiles

This commit is contained in:
Ralf Senderek 2022-02-11 11:46:21 +01:00
parent b48b95e1fe
commit 3f594f711b
2 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
--- cl-original/makefile 2021-12-03 15:53:24.172492715 +0100
+++ cl-patched/makefile 2021-12-03 15:54:55.914497971 +0100
@@ -92,7 +92,7 @@
#
# Standard build flags
--- cl-original/makefile 2019-03-10 11:50:35.325298573 +0100
+++ cl-patched/makefile 2019-03-10 11:53:03.663407724 +0100
@@ -90,7 +90,7 @@
# Further cc flags are gathered dynamically at runtime via the ccopts.sh
# script.
-CFLAGS = -c -D__UNIX__ -DNDEBUG -I.
+CFLAGS = -c -D__UNIX__ -DNDEBUG -I. $(ADDFLAGS)
CFLAGS_DEBUG = -c -D__UNIX__ -I. -g -O1
CFLAGS_DEBUGGCC = -c -D__UNIX__ -I. -ggdb3 -fno-omit-frame-pointer -O1
CFLAGS_ANALYSE = -c -D__UNIX__ -I.

View File

@ -1,6 +1,6 @@
--- cl-original/misc/config.h 2021-12-03 16:43:09.959891808 +0100
+++ cl-patched/misc/config.h 2021-12-03 16:44:07.248896490 +0100
@@ -218,7 +218,7 @@
--- cl-original/misc/config.h 2019-03-10 11:50:06.827085487 +0100
+++ cl-patched/misc/config.h 2019-03-10 11:51:27.444688279 +0100
@@ -163,7 +163,7 @@
/* Whether to build the Java/JNI interface or not */