From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 00ECA5A29 for ; Tue, 27 Jan 2015 17:02:27 +0100 (CET) Received: by mail-wi0-f181.google.com with SMTP id fb4so5997006wid.2 for ; Tue, 27 Jan 2015 08:02:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=sbugA9rsDPDvmMQrF/WuInVSink1k0ud+eqwHkGDMrg=; b=jpQNJiOEGuDShPcUd46MFlbcLxdV6EvYlYm2cxI+ETPY8/MGYdv6AUKIS4dYCU6LZz K2wlNWl2+8XkkL0+hKuRLv0sk6JjBcOlwJydCi5Cxf9QS+NNbuIospTfR7yvRb9V8Mtc VbdYeeeWI8aWDs+WP9jkfHAANWNEKFO9XqaMJ7/8ig3x6mM8Fv7VJH9L4uKizJ8bmj60 lowo2QK67J5iP4m0FqdO7ZahFrEMY6BeXo9Ka6f151OZE61wEw4XSSkTQBN95KMGMG1P e4tPrPSCpHj7VHsH2xf6RjmigEqpF2HzWZHAR18um4LaEV9aKQ0tNKsMDnUD1p8Hge/c xz8g== X-Gm-Message-State: ALoCoQmtjE7YkHXuyIpLrcXUc3MdDTdDD7lyjQIgkiq32ajbAdA4mr7n0GsXAIUJERRHaEYds0Wi X-Received: by 10.194.104.196 with SMTP id gg4mr4022640wjb.31.1422374547783; Tue, 27 Jan 2015 08:02:27 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id be4sm18665565wib.16.2015.01.27.08.02.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 08:02:26 -0800 (PST) Date: Tue, 27 Jan 2015 08:02:26 -0800 (PST) X-Google-Original-Date: Tue, 27 Jan 2015 17:02 +0100 From: Thomas Monjalon To: Neil Horman Message-ID: <2175782.xeXzO4ezCk@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.18.2-2-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1422369594-25960-1-git-send-email-nhorman@tuxdriver.com> References: <1421786998-5814-1-git-send-email-nhorman@tuxdriver.com> <1422369594-25960-1-git-send-email-nhorman@tuxdriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, fbl@redhat.com Subject: Re: [dpdk-dev] [PATCH v2] vhost: Add -lfuse into the LDFLAGS list 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: Tue, 27 Jan 2015 16:02:28 -0000 2015-01-27 09:39, Neil Horman: > the vhost library relies on libfuse, and thats included when we do a normal > shared object build, but when we specify combined libs, its gets left out. Add > it back in > > Signed-off-by: Neil Horman > > --- > Change notes: > v2) Removed normal shared object inclusion of libfuse since its always included > now Acked-by: Thomas Monjalon Applied Thanks -- Thomas