You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/patches/uqmi/101-fix-build-break.patch

12 lines
324 B
Diff

--- uqmi/CMakeLists.txt
+++ uqmi/CMakeLists.txt
@@ -4,7 +4,7 @@
OPTION(BUILD_STATIC OFF)
-ADD_DEFINITIONS(-Os -ggdb -Wall -Werror --std=gnu99 -Wmissing-declarations -Wno-enum-conversion -Wno-dangling-pointer)
+ADD_DEFINITIONS(-Os -Wall --std=gnu99 -Wmissing-declarations)
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")