From patchwork Sun Oct 19 18:04:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 400809 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id AFD8C140095 for ; Mon, 20 Oct 2014 05:05:27 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D0E7F953DA; Sun, 19 Oct 2014 18:05:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fSC0auFo6fmT; Sun, 19 Oct 2014 18:05:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3EEFC952EB; Sun, 19 Oct 2014 18:05:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 685791C1E6B for ; Sun, 19 Oct 2014 18:05:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E02F133496 for ; Sun, 19 Oct 2014 18:05:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XBymoUi0dB4C for ; Sun, 19 Oct 2014 18:05:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by silver.osuosl.org (Postfix) with ESMTPS id 2872C24679 for ; Sun, 19 Oct 2014 18:05:09 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hi2so5426832wib.9 for ; Sun, 19 Oct 2014 11:05:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=+Es0WOmWV5rLQlWQ0WcY207BlkYJM8bol/x1E6nVXY0=; b=t8xxUXlroiQoX7SiM4tjS2k0zDhzf6KVc+pi9l+y5HwEMTPreY60LWPRdHXdvk9KOz HkkReRy5mCZjHhq0EbjRfZHDMOUeOcev/j8Dp5lP7djugY5QNOvGfKLMW8gLk+6bIQ0V irBeTxhZcXE9s4FvT72tHovi8qNT1BIX6jmmbl+b7ieneBmTih7QSnSBis4YMRrw862c hi2q3oFzsuATtg2UN738KYf58t6q0diSY3zGBVYxrmx+THD8L/D5pMNBvTNZrByJh7Oc FWxvmWDE2uEZRpT51XSlYP/zxnk+/Z+pRUimuIFEA6TowV7Dx5bKf+KFGXC5+UNrmGub v47Q== X-Received: by 10.180.104.198 with SMTP id gg6mr14368977wib.76.1413741907690; Sun, 19 Oct 2014 11:05:07 -0700 (PDT) Received: from bobook.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id y5sm6926927wij.0.2014.10.19.11.05.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 19 Oct 2014 11:05:07 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Sun, 19 Oct 2014 20:04:42 +0200 Message-Id: <1413741891-30113-7-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1413741891-30113-1-git-send-email-s.martin49@gmail.com> References: <1413741891-30113-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 06/15] package/libsoxr: cleanup configure options X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" BUILD_SHARED_LIBS is already driven by the cmake-package infrastructure. Signed-off-by: Samuel Martin --- package/libsoxr/libsoxr.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libsoxr/libsoxr.mk b/package/libsoxr/libsoxr.mk index 528d5c1..316fbe2 100644 --- a/package/libsoxr/libsoxr.mk +++ b/package/libsoxr/libsoxr.mk @@ -13,7 +13,7 @@ LIBSOXR_INSTALL_STAGING = YES LIBSOXR_CONF_OPTS = -DWITH_OPENMP=OFF ifeq ($(BR2_PREFER_STATIC_LIB),y) -LIBSOXR_CONF_OPTS += -DBUILD_SHARED_LIBS:BOOL=OFF +LIBSOXR_CONF_OPTS += -DBUILD_SHARED_LIBS=OFF endif ifeq ($(call qstrip,$(BR2_ENDIAN)),BIG)