From 7ae2585b865add6488510c3d257910d8f5f7ae76 Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Mon, 31 May 2021 17:47:40 +0800 Subject: [PATCH] configure: convert LIBBPF environment variables to command-line options Signed-off-by: Hangbin Liu Signed-off-by: David Ahern --- configure | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/configure b/configure index c58419c27..0a4a0fc90 100755 --- a/configure +++ b/configure @@ -1,11 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0 # This is not an autoconf generated configure -# -# Influential LIBBPF environment variables: -# LIBBPF_FORCE={on,off} on: require link against libbpf; -# off: disable libbpf probing -# LIBBPF_DIR Path to libbpf DESTDIR to use INCLUDE="$PWD/include" @@ -491,6 +486,10 @@ usage() cat <