aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libbsd/patches/001-fix-libpath.patch
Commit message (Collapse)AuthorAgeFilesLines
* libbsd: fix libpath to not use host pathXuefer H2022-12-261-0/+13
libpath.so uses host path in ld script causing other packages fail to cross compile, e.g. perl: "ld: cannot find /usr/lib/libbsd.so.0.11.6: No such file or directory" Fixes: openwrt/packages#19390 Signed-off-by: Xuefer H <xuefer@gmail.com>