From patchwork Wed Jun 15 12:34:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 635855 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rV5Z41psQz9t1N for ; Wed, 15 Jun 2016 22:34:52 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=ZsF2Jpaw; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B5F518B644; Wed, 15 Jun 2016 12:34:49 +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 UrzvVEVhX4sG; Wed, 15 Jun 2016 12:34:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id EF07E8B65A; Wed, 15 Jun 2016 12:34:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1AA321C2B2B for ; Wed, 15 Jun 2016 12:34:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 148298BBAB for ; Wed, 15 Jun 2016 12:34:44 +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 Q1WsAUiCc8TS for ; Wed, 15 Jun 2016 12:34:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 36CF78BD8E for ; Wed, 15 Jun 2016 12:34:43 +0000 (UTC) Received: from asgard (cpe-200-125-80-97.telecentro-reversos.com.ar [200.125.80.97] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u5FCYaSf023577 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 15 Jun 2016 12:34:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1465994081; bh=UVDgNT54FpQwXBsU2tZt9WI9FC6T/Jf7lpVm7mA3FPQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ZsF2Jpawr6kF75lIrUF/1fnh5KPol4Xwnvwr1L5F5sB8lfYNuEjTHOLeQHU+ERLq5 jwwIuNpTFtIBvRcSE/x+D9V8b2rXu9FWShWm0O2HYPw0PtSmODBItCILG3+dnwcs2q WBFIxWJgVwV6COZJnqVLn/PdiCWYjdRK1lvZdshY= Received: by asgard (sSMTP sendmail emulation); Wed, 15 Jun 2016 09:34:35 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 15 Jun 2016 09:34:23 -0300 Message-Id: <1465994063-17292-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1465994063-17292-1-git-send-email-gustavo@zacarias.com.ar> References: <1465994063-17292-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 3/3] imagemagick: add explicit lzma (xz) support 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" Signed-off-by: Gustavo Zacarias --- package/imagemagick/imagemagick.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk index 641eafb..5ec9174 100644 --- a/package/imagemagick/imagemagick.mk +++ b/package/imagemagick/imagemagick.mk @@ -106,6 +106,13 @@ else IMAGEMAGICK_CONF_OPTS += --without-tiff endif +ifeq ($(BR2_PACKAGE_XZ),y) +IMAGEMAGICK_CONF_OPTS += --with-lzma +IMAGEMAGICK_DEPENDENCIES += xz +else +IMAGEMAGICK_CONF_OPTS += --without-lzma +endif + ifeq ($(BR2_PACKAGE_FFTW),y) # configure script misdetects these leading to build errors IMAGEMAGICK_CONF_ENV += ac_cv_func_creal=yes ac_cv_func_cimag=yes