SHA256
6
0
forked from pool/rds-tools
Files
rds-tools/rds-tools-external_cflags.patch
Nicolas Morey 365d0541c1 Update to 2.3.11-1
Signed-off-by: Nicolas Morey <nmorey@suse.com>
2025-10-28 23:32:53 +01:00

24 lines
605 B
Diff

commit 6ca705ebad532fca898220f54b41dc731332a20d
Author: Nicolas Morey <nmorey@suse.com>
Date: Wed Feb 5 13:21:02 2025 +0100
rds-tools: external_cflags
Allow external cflags
Signed-off-by: Nicolas Morey <nmorey@suse.com>
diff --git Makefile.in Makefile.in
index 2ce961cde1b1..a816bd39379d 100644
--- Makefile.in
+++ Makefile.in
@@ -6,7 +6,7 @@ incdir = $(DESTDIR)@includedir@
all: all-programs
-CFLAGS = -O2 -Wall -Iinclude -g
+CFLAGS += -Iinclude
CPPFLAGS = -DDEBUG_EXE -DRDS_VERSION=\"@VERSION@\" -MD -MP -MF $(@D)/.$(basename $(@F)).d
rds-info : LDLIBS += -lcap -ldl