summaryrefslogtreecommitdiff
path: root/net-libs/librouteros/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 /net-libs/librouteros/files
reinit the tree, so we can have metadata
Diffstat (limited to 'net-libs/librouteros/files')
-rw-r--r--net-libs/librouteros/files/disable_werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/librouteros/files/disable_werror.patch b/net-libs/librouteros/files/disable_werror.patch
new file mode 100644
index 000000000000..599e85b74d00
--- /dev/null
+++ b/net-libs/librouteros/files/disable_werror.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig 2011-12-30 21:17:04.233158203 +0200
++++ src/Makefile.am 2011-12-30 21:18:42.186354842 +0200
+@@ -1,7 +1,7 @@
+ AUTOMAKE_OPTIONS = foreign no-dependencies
+
+ if COMPILER_IS_GCC
+-AM_CFLAGS = -Wall -Werror
++AM_CFLAGS = -Wall
+ if BUILD_WITH_DEBUG
+ AM_CFLAGS += -Wextra -g -O0
+ endif