Просмотр исходного кода

upgrading package: libwebsockets 3.0.1 -> 3.1.0

master
Dr. Ralf S. Engelschall 7 лет назад
Родитель
Сommit
e0fcfe8650
  1. 14
      libwebsockets/libwebsockets.patch
  2. 4
      libwebsockets/libwebsockets.spec

14
libwebsockets/libwebsockets.patch

@ -1,19 +1,19 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig 2018-05-07 05:27:50.000000000 +0200
+++ CMakeLists.txt 2018-05-07 07:11:14.658929000 +0200
@@ -1050,9 +1050,9 @@
--- CMakeLists.txt.orig 2018-11-23 04:30:56.000000000 +0100
+++ CMakeLists.txt 2018-11-23 08:46:50.519630000 +0100
@@ -1233,9 +1233,9 @@
endif()
if (UNIX AND NOT LWS_WITH_ESP32)
- set(CMAKE_C_FLAGS "-Wall -Wsign-compare -Wignored-qualifiers -Wtype-limits -Wuninitialized -Werror ${VISIBILITY_FLAG} -Wundef ${GCOV_FLAGS} ${CMAKE_C_FLAGS}" )
+ set(CMAKE_C_FLAGS "${VISIBILITY_FLAG} ${GCOV_FLAGS} ${CMAKE_C_FLAGS}" )
- set(CMAKE_C_FLAGS "-Wall -Wsign-compare -Wignored-qualifiers -Wtype-limits -Wuninitialized -Werror ${VISIBILITY_FLAG} -Wundef ${GCOV_FLAGS} ${CMAKE_C_FLAGS} ${ASAN_FLAGS}" )
+ set(CMAKE_C_FLAGS "${VISIBILITY_FLAG} -Wundef ${GCOV_FLAGS} ${CMAKE_C_FLAGS} ${ASAN_FLAGS}" )
else()
- set(CMAKE_C_FLAGS "-Wall -Wsign-compare -Wignored-qualifiers -Wtype-limits -Wuninitialized -Werror ${VISIBILITY_FLAG} ${GCOV_FLAGS} ${CMAKE_C_FLAGS}" )
+ set(CMAKE_C_FLAGS "${VISIBILITY_FLAG} ${GCOV_FLAGS} ${CMAKE_C_FLAGS}" )
endif()
endif ()
@@ -1916,7 +1916,7 @@
@@ -2136,7 +2136,7 @@
Description: Websockets server and client library
Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}
@ -22,7 +22,7 @@ Index: CMakeLists.txt
Cflags: -I\${includedir}"
)
@@ -1962,8 +1962,6 @@
@@ -2182,8 +2182,6 @@
FILE "${PROJECT_BINARY_DIR}/LibwebsocketsTargets.cmake")
endif()

4
libwebsockets/libwebsockets.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Networking
License: LGPL
Version: 3.0.1
Release: 20180907
Version: 3.1.0
Release: 20181123
# list of sources
Source0: https://github.com/warmcat/libwebsockets/archive/v%{version}.tar.gz

Загрузка…
Отмена
Сохранить