From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=s1JubaSys0W2CY3hegeWddwh82zIcRKHXJ9DnV/hFbU=; b=CAJmS0L9As6i5s+sHfRSSnaqpUrVu84MOj1IvnRU+Obqu52CSj/jIXCNwBwucp3Uzn DKgJYRsYyWDncPA+kNwUWXxbRJRLuSBiduXr1h1rdv2H7oZ0mf2kG4BnhWEOb4WBFbS/ TBslvK3PmYxB5f44voTgwKD30ERifdR2DK/1McUxWwz2FvbMdy7A+0NM9hvjStWW/gtH L4Qysqeb8h1zqV02Dl1hGlSakgkOQpGRlLWAcWifXc5LuYKRijRAfpLtjz4oLC2F+huu hEHDpWBaxYIATOQNzfMKlB2ngJvthNek6Y76jG9wUwTM5h++84WWsxvN9qg7Lao38Ga/ 0+zg== Date: Mon, 15 May 2017 08:57:34 -0700 From: Stephen Hemminger Message-ID: <20170515085734.3f8036f1@xeon-e3> In-Reply-To: <87pofci3bt.fsf@coreos.com> References: <87pofci3bt.fsf@coreos.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH] libbridge: Include the configured CFLAGS when compiling List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Michael Cc: bridge@lists.linux-foundation.org On Sat, 13 May 2017 19:23:34 -0700 David Michael wrote: > When compiling bridge-utils, the CFLAGS set during "configure" are only > used in the brctl directory. Sure make sense. I applied it (with some reordering).