From patchwork Sat Aug 30 09:52:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 384442 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id D00C314012B for ; Sat, 30 Aug 2014 19:53:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A67D7A1028; Sat, 30 Aug 2014 09:52:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1eqPv7Evxsa1; Sat, 30 Aug 2014 09:52:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id E5A77A0FA5; Sat, 30 Aug 2014 09:52:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 020541C20E2 for ; Sat, 30 Aug 2014 09:52:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F166D9140C for ; Sat, 30 Aug 2014 09:52:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I27PqbcAIcym for ; Sat, 30 Aug 2014 09:52:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 157F491365 for ; Sat, 30 Aug 2014 09:52:47 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id n12so3130283wgh.19 for ; Sat, 30 Aug 2014 02:52:46 -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=r60wBkefhUsCTL38lyVkJAqdWmNoYxTMXYlY5MJxqSI=; b=gJYWXEy5PbmXOEg2AXhfA068DuXoK9pJph5qoTl6gJx/Xsk8N3RcbhXwZg1dIzBYr0 A/EcklchEmwpBEO5iYi8nn8iVqsHan5agmQbjsg1x93xRGQ/s+kDyff5+urkS6qBWP0n tGBTPC8A77a0E3N2a9q98If52JVOmDCGr2/qIh6mz4j2c1MloEfPGx6hF5uspNnDIgIO aGOzcu4/EFZEBPcge6jXRwjQdcJQN3ivf/lzUaISzOQGAIGnK1czqGPOvYPaXm4P16Uh uynDCdCMPTYsH7CGLs65hxl+efd/uYOu5hY0sto6je89VxtOhoc04DrEL/AvSImoW/g6 MMLQ== X-Received: by 10.194.63.37 with SMTP id d5mr1557922wjs.92.1409392366473; Sat, 30 Aug 2014 02:52:46 -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 r8sm3653485wjy.20.2014.08.30.02.52.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 30 Aug 2014 02:52:45 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Sat, 30 Aug 2014 11:52:27 +0200 Message-Id: <1409392347-16392-5-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1409392347-16392-1-git-send-email-s.martin49@gmail.com> References: <1409392347-16392-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 5/5] package/taglib: fix static link X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net - disable shared object build when BR2_PREFER_STATIC_LIB is set Fixes: http://autobuild.buildroot.net/results/a9c/a9cfe66c57bffc5a4560b2e4dcb41994da59e294/ Signed-off-by: Samuel Martin --- package/taglib/taglib.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/taglib/taglib.mk b/package/taglib/taglib.mk index 8e6a3bd..532a792 100644 --- a/package/taglib/taglib.mk +++ b/package/taglib/taglib.mk @@ -22,6 +22,8 @@ ifeq ($(BR2_PACKAGE_TAGLIB_MP4),y) TAGLIB_CONF_OPT += -DWITH_MP4=ON endif +TAGLIB_CONF_OPT += -DENABLE_STATIC=$(if $(BR2_PREFER_STATIC_LIB),ON,OFF) + define TAGLIB_REMOVE_DEVFILE rm -f $(TARGET_DIR)/usr/bin/taglib-config endef