From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] iproute2: tc: introduce build dependency on libnetlink Date: Fri, 24 Feb 2017 15:13:03 -0800 Message-ID: <20170224151303.249584ec@xeon-e3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Jiri Kosina Return-path: Received: from mail-pf0-f169.google.com ([209.85.192.169]:34158 "EHLO mail-pf0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbdBXXNM (ORCPT ); Fri, 24 Feb 2017 18:13:12 -0500 Received: by mail-pf0-f169.google.com with SMTP id p185so3065675pfb.1 for ; Fri, 24 Feb 2017 15:13:12 -0800 (PST) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 24 Feb 2017 18:28:54 +0100 (CET) Jiri Kosina wrote: > From: Jiri Kosina > > Rebuilding libnetlink doesn't trigger rebuild of tc, which is wrong > (especially so for builds where libnetlink.a gets statically linked into > tc). Fix that by introducing an explicit dependency. > > Signed-off-by: Jiri Kosina Makes sense, Applied