You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/syscriptor/files/syscriptor-1.5.15-dont-inje...

31 lines
833 B

From 613abd8a0b82f5f6e01e728e31bd90f01f6be441 Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Fri, 13 Aug 2021 20:57:48 +0100
Subject: [PATCH 2/2] Don't inject additional flags
---
Makefile.am | 1 -
src/Makefile.am | 1 -
2 files changed, 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 070e568..d139570 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,2 @@
SUBDIRS=src man
CFLAGS=@CFLAGS@ $(EXTRA_FLAGS)
-CPPFLAGS = -W -Wall -g
diff --git a/src/Makefile.am b/src/Makefile.am
index b917ba4..f35923e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,3 @@
bin_PROGRAMS=syscriptor
syscriptor_SOURCES=main.c cpu.c help.c ide.c memory.c network.c os.c partitions.c scsi.c sound.c uptime.c version.c video.c
AM_CFLAGS=@CFLAGS@ $(EXTRA_FLAGS)
-AM_CPPFLAGS = -W -Wall -g
--
2.32.0