Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[22.03] baresip: fix init script and parallel build #876

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

muzikr
Copy link

@muzikr muzikr commented Jun 26, 2024

Maintainer: @micmac1
Compile tested: mvebu, Turris Omnia, Turris OS 7 = OpenWrt 22.03
Run tested: mvebu, Turris Omnia, Turris OS 7 = OpenWrt 22.03

Description:
The build of the baresip package sometimes fails for us with the error mentioned in the commit message. After rebase to this patch everything works.

micmac1 and others added 2 commits June 26, 2024 07:34
"start_service()" is a function, hence "return" should be used instead
of "exit".

Signed-off-by: Sebastian Kemper <[email protected]>
(cherry picked from commit b69ae7b)
Signed-off-by: Richard Muzik <[email protected]>
Include an upstream patch to fix random parallel build failures, such
as:

  CC [M]  build-arm/modules/ctrl_dbus/ctrl_dbus.o
modules/ctrl_dbus/ctrl_dbus.c:69:10: fatal error: baresipbus.h: No such
file or directory
   69 | #include "baresipbus.h"
      |          ^~~~~~~~~~~~~~

Signed-off-by: Eneas U de Queiroz <[email protected]>
(cherry picked from commit d1d08ea)
Signed-off-by: Richard Muzik <[email protected]>
@micmac1 micmac1 merged commit 2a69b3a into openwrt:openwrt-22.03 Jul 2, 2024
1 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants