From d0f78c488060974a48d99a582f8ba4edf4b34053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 26 Jun 2017 11:21:28 +0200 Subject: [PATCH] Fix autotools build CMake seems to find the libnfc includes and libraries, but not the autotools. Pass them to ./configure. --- .travis-ci-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-ci-build b/.travis-ci-build index 5df4bf9..4fec82f 100755 --- a/.travis-ci-build +++ b/.travis-ci-build @@ -6,7 +6,7 @@ if [ "$BLD" = autotools ]; then autoreconf -vis mkdir build-autotools cd build-autotools - ../configure --prefix=$HOME/.local + ../configure --prefix=$HOME/.local CFLAGS="-I$HOME/.local/include" LDFLAGS="-L$HOME/.local/lib" make make install elif [ "$BLD" = cmake ]; then