From: Daniel Golle Date: Sat, 23 Jul 2022 08:37:28 +0000 (+0100) Subject: cryptsetup: fix library paths by calling autoreconf X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ad0ac5198decbc15c57801509a3005c1608ecbce;p=openwrt-packages.git cryptsetup: fix library paths by calling autoreconf Use PKG_FIXUP:=autoreconf when building cryptsetup to prevent accidental linkage against host libraries. Fixes: #19011 Reported-by: @dreirund Signed-off-by: Daniel Golle --- diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index fed551a00..06ef039d5 100644 --- a/utils/cryptsetup/Makefile +++ b/utils/cryptsetup/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-or-later LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING COPYING.LGPL +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1