From patchwork Fri Dec 2 14:30:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 86308 Delivered-To: patch@linaro.org Received: by 10.182.112.6 with SMTP id im6csp346432obb; Fri, 2 Dec 2016 06:31:07 -0800 (PST) X-Received: by 10.237.53.237 with SMTP id d42mr38729206qte.229.1480689066995; Fri, 02 Dec 2016 06:31:06 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 133si3075324qkf.329.2016.12.02.06.31.06; Fri, 02 Dec 2016 06:31:06 -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 9A11E62F55; Fri, 2 Dec 2016 14:31:06 +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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, 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 D310960D1F; Fri, 2 Dec 2016 14:31:01 +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 0AED760D68; Fri, 2 Dec 2016 14:30:56 +0000 (UTC) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by lists.linaro.org (Postfix) with ESMTPS id 2667460D15 for ; Fri, 2 Dec 2016 14:30:52 +0000 (UTC) Received: by mail-lf0-f41.google.com with SMTP id o141so196362355lff.1 for ; Fri, 02 Dec 2016 06:30:52 -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=+2iPQKL/Xx+oiyIk0P/43iVfw53JRkNJDfV01t3delI=; b=ANUrDJo2n1hmqACenpDZJJUsd6whsshVUU3Yc2fagCTRbPFiTD1efD1sgjHTWor7WY sNI0z0uaTUCIqyzIUT0xoFcf1sHkWiIgCuyX2wd2wuepnF5ckaPEUGEzo76i5OAHID5c vX8bvD+qKt5aDLpXc0hYP7e6xe3JaY2/0k7mxMLSTnPnzCK2QBi3bGQavtgDAIlnWFH3 mjQE57sDy1qrx2TUngLahvFcIShqALhPPMmSZWVN0Ma5AThp8igWVqH33luPE7KMGSKP 13ipA8QjdhsSH/eeXvSrhWnRpk/VmVN6Z1XQWkc1rGTWklUyuT67BamuRuiGVVZWuyp3 GBcQ== X-Gm-Message-State: AKaTC02hy4qSyAgrnwcRuhNuuAxPH62prfWE6lxxpfytyrLVsG/gvAYDcAIgiM6vvU3ZjoYVZkQ= X-Received: by 10.46.77.9 with SMTP id a9mr22988334ljb.25.1480689050891; Fri, 02 Dec 2016 06:30:50 -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 67sm822958ljf.35.2016.12.02.06.30.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 02 Dec 2016 06:30:50 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Fri, 2 Dec 2016 17:30:44 +0300 Message-Id: <1480689044-14837-1-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 Subject: [lng-odp] [PATCH] enable shared library for non-abi compat 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" Signed-off-by: Maxim Uvarov --- configure.ac | 1 - 1 file changed, 1 deletion(-) -- 2.7.1.250.gff4ea60 diff --git a/configure.ac b/configure.ac index 3e89b0a..57edd33 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 fi]) AC_SUBST(ODP_ABI_COMPAT)