From 5c987e57d2780adf5ba371db871054867f935992 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 (cherry picked from commit ad0ac5198decbc15c57801509a3005c1608ecbce) --- utils/cryptsetup/Makefile | 1 + 1 file changed, 1 insertion(+) 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