cryptsetup: fix library paths by calling autoreconf
authorDaniel Golle <daniel@makrotopia.org>
Sat, 23 Jul 2022 08:37:28 +0000 (09:37 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 23 Jul 2022 08:40:04 +0000 (09:40 +0100)
Use PKG_FIXUP:=autoreconf when building cryptsetup to prevent
accidental linkage against host libraries.

Fixes: #19011
Reported-by: @dreirund
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
utils/cryptsetup/Makefile

index fed551a009ec30e15fd32bc1a439e563e3b0b9bc..06ef039d55af202627420a69efbc32ef590ba0b8 100644 (file)
@@ -19,6 +19,7 @@ PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 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