[PATCH] libmnl: fix build when bash is not located at /bin/bash

Mark Mentovai mark at mentovai.com
Sun Jul 10 16:41:14 PDT 2022


Hauke Mehrtens wrote:
> On 6/21/22 16:38, Mark Mentovai wrote:
>> From: Mark Mentovai <mark at moxienet.com>
>> 
>> This fixes the libmnl build on macOS, which ships with an outdated bash
>> at /bin/bash. During the OpenWrt build, a modern host bash is built and
>> made available at staging_dir/host/bin/bash, which is present before
>> /bin/bash in the build's PATH.
>> 
>> This is similar to 8f7ce3aa6dda, presently appearing at
>> package/kernel/mac80211/patches/build/001-fix_build.patch.
>> 
>> Signed-off-by: Mark Mentovai <mark at mentovai.com>
>
> The author email address in the From field and the Signed-off-by line do not 
> match.
>
> The rest of the patch looks ok.

That’s git-send-email trying to make a fool of me. I’ll resend as v2.


More information about the openwrt-devel mailing list