mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
Fix a bunch of automagic while here. Bug: https://bugs.gentoo.org/713446 Bug: https://bugs.gentoo.org/925239 Bug: https://bugs.gentoo.org/938202 Closes: https://bugs.gentoo.org/927581 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
187 B
Diff
11 lines
187 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -15,7 +15,6 @@ AM_CFLAGS += -fdata-sections -ffunction-sections
|
|
endif
|
|
|
|
# keep it tight
|
|
-AM_CFLAGS += -Werror
|
|
|
|
bin_PROGRAMS = procenv
|
|
|