summaryrefslogtreecommitdiff
path: root/package/bcm28xx-vc/patches/patch-interface_vcos_CMakeLists_txt
diff options
context:
space:
mode:
Diffstat (limited to 'package/bcm28xx-vc/patches/patch-interface_vcos_CMakeLists_txt')
-rw-r--r--package/bcm28xx-vc/patches/patch-interface_vcos_CMakeLists_txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bcm28xx-vc/patches/patch-interface_vcos_CMakeLists_txt b/package/bcm28xx-vc/patches/patch-interface_vcos_CMakeLists_txt
new file mode 100644
index 000000000..c962c3acf
--- /dev/null
+++ b/package/bcm28xx-vc/patches/patch-interface_vcos_CMakeLists_txt
@@ -0,0 +1,11 @@
+--- bcm28xx-vc-c2f27fb8e581f8e5af83bf28422553ade8f7a7c8.orig/interface/vcos/CMakeLists.txt 2015-10-27 10:59:48.000000000 +0100
++++ bcm28xx-vc-c2f27fb8e581f8e5af83bf28422553ade8f7a7c8/interface/vcos/CMakeLists.txt 2015-11-16 20:22:22.274588157 +0100
+@@ -43,7 +43,7 @@ foreach (header ${HEADERS})
+ endforeach ()
+
+ if (CMAKE_COMPILER_IS_GNUCC)
+- add_definitions (-ggdb -Werror -Wall)
++ add_definitions (-Wall)
+ endif ()
+
+ if (CMAKE_COMPILER_2005)