From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9035758EF for ; Mon, 13 Jul 2015 11:24:33 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 13 Jul 2015 02:24:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,461,1432623600"; d="scan'208";a="763352605" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga002.jf.intel.com with ESMTP; 13 Jul 2015 02:24:30 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.216]) by irsmsx105.ger.corp.intel.com ([169.254.7.245]) with mapi id 14.03.0224.002; Mon, 13 Jul 2015 10:24:27 +0100 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [PATCH] mk: fix shared lib build with stable abi Thread-Index: AQHQvUrg81AawqqNOUaOaPiPQU/5T53ZIJDw Date: Mon, 13 Jul 2015 09:24:26 +0000 Message-ID: References: <1531097.HZDUsMDq83@xps13> <1436778149-18811-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1436778149-18811-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] mk: fix shared lib build with stable abi X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 09:24:34 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, July 13, 2015 10:02 AM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: [PATCH] mk: fix shared lib build with stable abi >=20 > 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. >=20 > Fixes: 506f51cc0da7 ("mk: enable next abi preview") >=20 > Reported-by: John McNamara > Signed-off-by: Thomas Monjalon That fixes it. Thanks. Acked-by: John McNamara