From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] build: use static deps of libs for pkg-config libs.private Date: Mon, 14 Jan 2019 11:54:35 +0100 Message-ID: <64486420.0S8WEp6Rxn@xps> References: <20190111161244.712-1-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, bruce.richardson@intel.com To: Luca Boccassi Return-path: In-Reply-To: <20190111161244.712-1-bluca@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/01/2019 17:12, Luca Boccassi: > Dependencies of the RTE libraries were not being added to the > Requires.private field of the pc file since the variable used for > dynamic linking was passed to the related field of pkg.generate. > Use the static one so that dependencies are included. > > Fixes: 57ae0ec62620 ("build: add dependency on telemetry to apps with meson") > Cc: stable@dpdk.org > > Signed-off-by: Luca Boccassi > --- > split from the other series, it's a stand-alone non-invasive change Applied, thanks