From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix shared lib build with stable abi Date: Mon, 13 Jul 2015 11:32:07 +0200 Message-ID: <2407649.DHIu0SHXnf@xps13> References: <1531097.HZDUsMDq83@xps13> <1436778149-18811-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Mcnamara, John" Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 15284DE0 for ; Mon, 13 Jul 2015 11:33:21 +0200 (CEST) Received: by widic2 with SMTP id ic2so6987259wid.0 for ; Mon, 13 Jul 2015 02:33:21 -0700 (PDT) In-Reply-To: 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" > > When next ABI is enabled, the shared lib extension is .so.x.1. > > That's why a double basename was introduced. > > But the "ifeq NEXT_ABI" was forgotten, removing the .so extension when > > NEXT_ABI is disabled. > > It was preventing the linker from finding the .so libraries. > > > > Fixes: 506f51cc0da7 ("mk: enable next abi preview") > > > > Reported-by: John McNamara > > Signed-off-by: Thomas Monjalon > > That fixes it. Thanks. > > Acked-by: John McNamara Applied, thanks. Now that next ABI can be disabled, patches using it may be applied :)