aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libbsd/Makefile
diff options
context:
space:
mode:
authorXuefer H <xuefer@gmail.com>2022-12-24 20:16:11 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-26 13:36:41 +0100
commitab31547df06430798e6adb853a7faab13eb1754c (patch)
treea72ce39a7a31ca807120e624175d40ffee658c7d /package/libs/libbsd/Makefile
parent5c7e4a9d2e25d5ecc33c3c2650e4f954936c9c69 (diff)
downloadupstream-ab31547df06430798e6adb853a7faab13eb1754c.tar.gz
upstream-ab31547df06430798e6adb853a7faab13eb1754c.tar.bz2
upstream-ab31547df06430798e6adb853a7faab13eb1754c.zip
libbsd: fix libpath to not use host path
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>
Diffstat (limited to 'package/libs/libbsd/Makefile')
-rw-r--r--package/libs/libbsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libbsd/Makefile b/package/libs/libbsd/Makefile
index 789126cb82..92c7054e3b 100644
--- a/package/libs/libbsd/Makefile
+++ b/package/libs/libbsd/Makefile
@@ -14,6 +14,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS := libmd
+PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk