From: Stefan Peter Date: Mon, 27 Feb 2017 09:05:34 +0000 (+0100) Subject: mcproxy: remove pedantic flag to allow compilation with musl X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=91e76a2f56ddf3d1b51b807cf2ef654a9feef968;p=feed%2Frouting.git mcproxy: remove pedantic flag to allow compilation with musl Signed-off-by: Stefan Peter --- diff --git a/mcproxy/patches/0001-add-cmake.patch b/mcproxy/patches/0001-add-cmake.patch index 69bfa36..c3978a5 100644 --- a/mcproxy/patches/0001-add-cmake.patch +++ b/mcproxy/patches/0001-add-cmake.patch @@ -7,7 +7,7 @@ +project(mcproxy CXX) +set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -std=c++11") -+add_definitions(-Wall -Wextra -pedantic) ++add_definitions(-Wall -Wextra) +include_directories(${CMAKE_SOURCE_DIR}/mcproxy) + +