From patchwork Tue Dec 13 13:34:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 87882 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp2205356qgi; Tue, 13 Dec 2016 05:36:36 -0800 (PST) X-Received: by 10.36.104.129 with SMTP id v123mr2400879itb.114.1481636196100; Tue, 13 Dec 2016 05:36:36 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id v63si34141701iof.137.2016.12.13.05.36.33; Tue, 13 Dec 2016 05:36:36 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 8BEE760508; Tue, 13 Dec 2016 13:36:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id C355162DC6; Tue, 13 Dec 2016 13:35:58 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 480826067A; Tue, 13 Dec 2016 13:35:37 +0000 (UTC) Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by lists.linaro.org (Postfix) with ESMTPS id 7AC6C6071D for ; Tue, 13 Dec 2016 13:34:42 +0000 (UTC) Received: by mail-wm0-f47.google.com with SMTP id a197so109992072wmd.0 for ; Tue, 13 Dec 2016 05:34:42 -0800 (PST) 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; bh=HJ7gVa4NRIzg/7IIP4aeJwoz9OOfrqbjubez3n4ZFTc=; b=Uf2bhzsqDmhiHXEofeXVSzd3mToDnRCmC1RlD1CpOx3KeKNqHjhDEychVaDQ1LglJF 30KbtpRR89cYvxg7pz39bwxDUPZxxcL9OpBZ1DPGT4wypvZ1V05tx/sg3zc6EqcI5h0F 90N7JD7qltW64y3HaDE7u46FneM6Oyg8PbIQrnW2BT9sEJeGxExrvYs+jnu4QSIeDPuv R9FTsPixDUKsxYhdnLDNO7UmPV+lMEqoKugmJkw/HMqW2JwxBZa7DDV1SAHMJS2GYxHz ZkAMEfS9fmDSnA1IuLKOsjNQlDQsf3hDe72/HI8V3H8HFPd6/cD1BrZtxAfVBWDXfG7w D4pg== X-Gm-Message-State: AKaTC01zP3+YV/G/JE6ewND43XZ9IKIxFAkjJnrD6pv27Q4ofIqBOnsA1nC1aKaqtsJJxbJp+9I= X-Received: by 10.25.207.196 with SMTP id f187mr11873317lfg.15.1481636081559; Tue, 13 Dec 2016 05:34:41 -0800 (PST) Received: from localhost.localdomain (ppp91-77-165-188.pppoe.mtu-net.ru. [91.77.165.188]) by smtp.gmail.com with ESMTPSA id 26sm6404831lji.37.2016.12.13.05.34.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 13 Dec 2016 05:34:40 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Tue, 13 Dec 2016 16:34:31 +0300 Message-Id: <1481636071-8071-1-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 Subject: [lng-odp] [PATCH] configure.ac: do not disable shared lib for non abi mode X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" After discussion on mailing list there is case to support shared library for non abi compatibility mode. Signed-off-by: Maxim Uvarov --- configure.ac | 1 - 1 file changed, 1 deletion(-) -- 2.7.1.250.gff4ea60 Reviewed-by: Bill Fischofer diff --git a/configure.ac b/configure.ac index 20ec479..54d62f7 100644 --- a/configure.ac +++ b/configure.ac @@ -253,7 +253,6 @@ AC_ARG_ENABLE([abi-compat], [if test "x$enableval" = "xno"; then ODP_ABI_COMPAT=0 abi_compat=no - enable_shared=no #if there is no ABI compatibility the .so numbers are meaningless ODP_LIBSO_VERSION=0:0:0 fi])