From ab130c51f6f6bd07d78258b662040a7177e6db9f Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 23 Jul 2022 09:37:28 +0100 Subject: [PATCH] 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 --- utils/cryptsetup/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index de0a4544..4318ca1c 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