Skip to content

Commit

Permalink
Merge pull request #1 from wirenboard/feature/SOFT-4768-bullseye-back…
Browse files Browse the repository at this point in the history
…port

Backport to Bullseye
  • Loading branch information
KraPete authored Dec 12, 2024
2 parents ae18c23 + 0ebe69a commit 8295fce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
buildDebSbuild defaultTargets: 'bullseye-armhf bullseye-arm64',
customReleaseBranchPattern: 'wb'
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
mosquitto (2.0.20-1-wb100) stable; urgency=medium

* Backport to Bullseye
* Fix building with libwebsockets16
* Add Jenkinsfile

-- Petr Krasnoshchekov <petr.krasnoshchekov@wirenboard.com> Thu, 12 Dec 2024 11:47:06 +0500

mosquitto (2.0.20-1) unstable; urgency=medium

* Team upload.
Expand Down
1 change: 0 additions & 1 deletion debian/source/format

This file was deleted.

2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ if (WITH_WEBSOCKETS)
link_directories(${mosquitto_SOURCE_DIR})
endif (WIN32)
else (STATIC_WEBSOCKETS)
set (MOSQ_LIBS ${MOSQ_LIBS} websockets_shared)
set (MOSQ_LIBS ${MOSQ_LIBS} websockets)
endif (STATIC_WEBSOCKETS)
endif (WITH_WEBSOCKETS)

Expand Down

0 comments on commit 8295fce

Please sign in to comment.