[Buildroot] [git commit] package/libpam-nfc: bump to 64a8b30ba2cfd634342ded8c096c7cfc5c8fa22a
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-10-18 20:01:02
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=e37e93c7d56da76f722b43a075ccf2b0bb54dba7 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master This bump will fix the following build failure raised since bump of automake to version 1.16.4 in commit fe90272b5128987ee7492fff950660e05324838d thanks to https://github.com/nfc-tools/pam_nfc/commit/1b3d33c23f77c6f2a244f04f00f9140f8fa28155: make[1]: Entering directory '/home/giuliobenetti/autobuild/run/instance-2/output-1/build/libpam-nfc-bb762e0e649195110e015ffb605c4375e927c437' CC pam-nfc-add.o CCLD pam-nfc-add /home/giuliobenetti/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i686-buildroot-linux-uclibc/9.3.0/../../../../i686-buildroot-linux-uclibc/bin/ld: cannot find -lnfcauth Fixes: - http://autobuild.buildroot.org/results/4f6018cb44770ea8fb9a9eb24c161239c2d04c27 Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/libpam-nfc/libpam-nfc.hash | 2 +- package/libpam-nfc/libpam-nfc.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libpam-nfc/libpam-nfc.hash b/package/libpam-nfc/libpam-nfc.hash
index 27896ef4b1..543db86960 100644
--- a/package/libpam-nfc/libpam-nfc.hash
+++ b/package/libpam-nfc/libpam-nfc.hash@@ -1,3 +1,3 @@ # locally computed -sha256 f44273944f1ecc78b10b65147328860836b60fe4bb8c39819e32199f2870d48b libpam-nfc-bb762e0e649195110e015ffb605c4375e927c437.tar.gz +sha256 042049cecaacd9274f444d69f756b9499eb2d2436136f576eef375531ac25157 libpam-nfc-64a8b30ba2cfd634342ded8c096c7cfc5c8fa22a.tar.gz sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
diff --git a/package/libpam-nfc/libpam-nfc.mk b/package/libpam-nfc/libpam-nfc.mk
index d4f6d446cf..7cf0a51e00 100644
--- a/package/libpam-nfc/libpam-nfc.mk
+++ b/package/libpam-nfc/libpam-nfc.mk@@ -4,7 +4,7 @@ # ################################################################################ -LIBPAM_NFC_VERSION = bb762e0e649195110e015ffb605c4375e927c437 +LIBPAM_NFC_VERSION = 64a8b30ba2cfd634342ded8c096c7cfc5c8fa22a LIBPAM_NFC_SITE = $(call github,nfc-tools,pam_nfc,$(LIBPAM_NFC_VERSION)) LIBPAM_NFC_LICENSE = GPL-2.0 LIBPAM_NFC_LICENSE_FILES = COPYING
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot