summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/librouteros/files/librouteros-1.1.2-remove-Werror.patch')
-rw-r--r--net-libs/librouteros/files/librouteros-1.1.2-remove-Werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/librouteros/files/librouteros-1.1.2-remove-Werror.patch b/net-libs/librouteros/files/librouteros-1.1.2-remove-Werror.patch
new file mode 100644
index 000000000000..b3f005a4be3a
--- /dev/null
+++ b/net-libs/librouteros/files/librouteros-1.1.2-remove-Werror.patch
@@ -0,0 +1,11 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -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