kumquat-buildroot/package/libpam-nfc/libpam-nfc.mk
Fabrice Fontaine e37e93c7d5 package/libpam-nfc: bump to 64a8b30ba2cfd634342ded8c096c7cfc5c8fa22a
This bump will fix the following build failure raised since bump of
automake to version 1.16.4 in commit
fe90272b51 thanks to
1b3d33c23f:

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 <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-10-18 22:00:30 +02:00

23 lines
726 B
Makefile

################################################################################
#
# libpam-nfc
#
################################################################################
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
LIBPAM_NFC_DEPENDENCIES = linux-pam libnfc
# Fetching from github, we need to generate the configure script
LIBPAM_NFC_AUTORECONF = YES
LIBPAM_NFC_INSTALL_STAGING = YES
LIBPAM_NFC_CONF_OPTS = \
--with-pam-dir=/lib/security
# libpam breaks with parallel build, but is very fast to build.
LIBPAM_NFC_MAKE = $(MAKE1)
$(eval $(autotools-package))