mcproxy: remove pedantic flag to allow compilation with musl 281/head
authorStefan Peter <s.peter@mpl.ch>
Mon, 27 Feb 2017 09:05:34 +0000 (10:05 +0100)
committerStefan Peter <s.peter@mpl.ch>
Mon, 27 Feb 2017 09:05:34 +0000 (10:05 +0100)
Signed-off-by: Stefan Peter <s.peter@mpl.ch>
mcproxy/patches/0001-add-cmake.patch

index 69bfa367fa59349061471c59f073c4883ce4f568..c3978a531b115a424baa382584baa06314eb1d3b 100644 (file)
@@ -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)
 +
 +