From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] mk: fix more library underlinking Date: Mon, 13 Jun 2016 16:16:16 +0200 Message-ID: <8910853.z8zpVk7gEi@xps13> References: <1465816017-25772-1-git-send-email-christian.ehrhardt@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: ferruh.yigit@intel.com, dev@dpdk.org To: Christian Ehrhardt Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id B7A1D2946 for ; Mon, 13 Jun 2016 16:16:20 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id n184so80752333wmn.1 for ; Mon, 13 Jun 2016 07:16:20 -0700 (PDT) In-Reply-To: <1465816017-25772-1-git-send-email-christian.ehrhardt@canonical.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-13 13:06, Christian Ehrhardt: > After several cleanups libraries are now linked against the libs they > refer as DEPDIR which is great. > But that now also made it visible that some references where still missing. > > The following two patches try to fix that: > [PATCH v2 1/2] mk: fix missing vhost dependency to pthread to avoid > [PATCH v2 2/2] mk: fix missing DEPDIRS to avoid libarary underlinking Applied, thanks