From mboxrd@z Thu Jan 1 00:00:00 1970 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 DCD6C9432 for ; Wed, 21 Oct 2015 18:32:38 +0200 (CEST) Received: by wicll6 with SMTP id ll6so99213330wic.0 for ; Wed, 21 Oct 2015 09:32:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=8GqFBZ5tP7DaviGILsL8vLrKY1bxw2GX09LnyJuXoGQ=; b=me1lYao9YLPdpgOeFpNz7usxN0yXLmLLvC4Qwb/eRoRdl+A3lf2zNyWp7XbtLkycEL f7XJfKzxZDa17rniYeSq673W5ozzji+lw2+5NSROYzAy0yQfSuASPD1bfyJzlsxhYIK3 3VRUMM/XjwbTmoI11zBbXT43hBNTb73UygtfRLlAHliJnC7s9F4vP+sxpLXrMMuMcj4P HsJQ4yKyT0POy59QG3zLs8T+KTPZO4j7tqoNMY2r2qtKp8VI/ZS8yoE77CYRJ9hQNaEL PiZZ8YfiK8urOsoU8IyoAezz3Y6zUYN6zSy0YFrnnfCge3ufZZLicABt9Mp0uVi7u9Dv cjgg== X-Gm-Message-State: ALoCoQntn/ZpmKZUuO78PdWfzamdQedhrfh4kE3pNh4g1sNXIinMDHBbOi0tDrp9cM0jgoISTf3U X-Received: by 10.194.81.169 with SMTP id b9mr12128837wjy.3.1445445158737; Wed, 21 Oct 2015 09:32:38 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id uq5sm11395435wjc.3.2015.10.21.09.32.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 09:32:38 -0700 (PDT) From: Thomas Monjalon To: Liang-Min Larry Wang Date: Wed, 21 Oct 2015 18:31:33 +0200 Message-ID: <2583772.E1h0hm0DcT@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1437663628-18076-2-git-send-email-liang-min.wang@intel.com> References: <1437401571-9104-2-git-send-email-liang-min.wang@intel.com> <1437663628-18076-1-git-send-email-liang-min.wang@intel.com> <1437663628-18076-2-git-send-email-liang-min.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 1/2] Remove ABI requierment for external library builds. 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: Wed, 21 Oct 2015 16:32:39 -0000 2015-07-23 11:00, Liang-Min Larry Wang: > From: "Andrew G. Harvey" > --- a/mk/rte.extlib.mk > +++ b/mk/rte.extlib.mk > @@ -31,6 +31,8 @@ > > MAKEFLAGS += --no-print-directory > > +export EXTLIB_BUILD := 1 Is export really needed? Except that, this patch looks OK.