openwrt / telephony

The telephony packages feed
105 stars 246 forks source link

yate: fix build on macos #736

Closed svlobanov closed 2 years ago

svlobanov commented 2 years ago

yate configure script uses uname -s to determine OS and changes build logic regarding to build host OS. OpenWrt is always Linux so it should be built as for Linux.

This patch uses fakeuname tool to pass uname -s checks as Linux on macos build host.

Signed-off-by: Sergey V. Lobanov sergey@lobanov.in

Maintainer: @jslachta Compile tested: (armvirt/64, OpenWRT version b21bc3479d46e6a4c3cc6bf7c245d4b0ddccb7db)

Description: see above

micmac1 commented 2 years ago

Hello Sergey,

I think CI fails because of dirty libpri patch. As your libpri PR was merged already, please rebase on current master. Then CI should succeed.

Thanks!

Seb

micmac1 commented 2 years ago

Hannu explained me once how to rebase: see here

svlobanov commented 2 years ago

Ok, I will refresh patches, I know how to do this

micmac1 commented 2 years ago

Ok, I will refresh patches, I know how to do this

No need to refresh patches. Just rebase your commit on top of current master.

Thanks!

svlobanov commented 2 years ago

@micmac1 rebased, now CI checks are passed

micmac1 commented 2 years ago

Thanks for you work!

Kind regards, Seb