From: Hangbin Liu Date: Mon, 31 May 2021 09:47:40 +0000 (+0800) Subject: configure: convert LIBBPF environment variables to command-line options X-Git-Tag: v5.14.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae2585b865add6488510c3d257910d8f5f7ae76;p=thirdparty%2Fiproute2.git configure: convert LIBBPF environment variables to command-line options Signed-off-by: Hangbin Liu Signed-off-by: David Ahern --- 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 <