openwrt / telephony

The telephony packages feed
104 stars 240 forks source link

baresip: fix parallel build #802

Closed cotequeiroz closed 1 year ago

cotequeiroz commented 1 year ago

Maintainer: @jslachta Compile tested: arm, aarch64 Run tested: none

Description: 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 cotequeiroz@gmail.com

micmac1 commented 1 year ago

Thank you!