summaryrefslogtreecommitdiff
path: root/sys-process/procenv/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sys-process/procenv/files
reinit the tree, so we can have metadata
Diffstat (limited to 'sys-process/procenv/files')
-rw-r--r--sys-process/procenv/files/procenv-0.45-flags.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-process/procenv/files/procenv-0.45-flags.patch b/sys-process/procenv/files/procenv-0.45-flags.patch
new file mode 100644
index 000000000000..a4c6be95c420
--- /dev/null
+++ b/sys-process/procenv/files/procenv-0.45-flags.patch
@@ -0,0 +1,18 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -4,7 +4,6 @@
+ -pedantic \
+ -std=gnu99 \
+ -Wall -Wunused \
+- -fstack-protector \
+ -Wformat
+
+
+@@ -13,7 +12,6 @@
+ AM_CFLAGS += -fdata-sections -ffunction-sections
+
+ # keep it tight
+-AM_CFLAGS += -Werror
+
+ bin_PROGRAMS = procenv
+