aboutsummaryrefslogtreecommitdiff
path: root/net/samba4/patches/030_wafsamba-replace-echo-n-with-printf.patch
Commit message (Collapse)AuthorAge
* samba4: update to 4.17.0Andrew Sim2022-10-07
| | | | Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* samba4: fix build on macosSergey V. Lobanov2022-05-22
This commit fixes two issues on macos: 1. Added a patch to fix 'echo -n' issue with MacOS shell (backported from upstream) 2. Redefined sys.platform='linux' for target build if build host is MacOS (otherwise, build script tries to use MacOS logic for OpenWrt(Linux) target build) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>