From patchwork Tue Aug 25 09:50:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3401 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BbPPp4ZMTz3x2X for ; Tue, 25 Aug 2020 09:50:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BbPPl6fxdzvw; Tue, 25 Aug 2020 09:50:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BbPPl1N4xz30X9; Tue, 25 Aug 2020 09:50:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BbPPj0YgLz2xbY for ; Tue, 25 Aug 2020 09:50:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BbPPh6lCxzv9; Tue, 25 Aug 2020 09:50:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1598349049; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+yO06t6J7ipW+DLjBGSLEeHHBpNnp2pSGWagCvXn9mU=; b=iSAYGOWVF+U/cgSKRHAdQlKdVyA70P/9FYotHQcGyZza37Zj1FLjgx2qCGCfm8abGhFmJh TV5ms2qQweYUI3Ag== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1598349049; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+yO06t6J7ipW+DLjBGSLEeHHBpNnp2pSGWagCvXn9mU=; b=Br3xUIk4Ccm0SPot+ba3vcjXD8lzN4bitSFwaLNETebikijz9vow4StZHRVq9BjAKe0Jki 32eycBukEIqL1n5mPy+p47Nvltx0u0xZlfgxc5AfvtNLHtsZC848R6gewZ5JA2m2ckYaIL ehrronCyInMFww9zMH31Y/UfXF2JZQIlGF9wzwCy0dDHHlKXN90pI1Gfgbc6xsx8F6IHam BShm+acUS5eufXbt5tH8/tvF7K0x0gu8uDdLorwMSSovJL6HhtXt3dxLTrP6K3hIiQ75hn /vA5bPJhqB3CT/VxLxmJGCZkBYLa7EzHjNUT66etqJ+3nhR5RNw20CftEfr7fQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 05/12] lcms2: Update to 2.9 Date: Tue, 25 Aug 2020 09:50:33 +0000 Message-Id: <20200825095040.3854-5-michael.tremer@ipfire.org> In-Reply-To: <20200825095040.3854-1-michael.tremer@ipfire.org> References: <20200825095040.3854-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/lcms2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/lcms2 b/lfs/lcms2 index eea9d537e..d3173f3ff 100644 --- a/lfs/lcms2 +++ b/lfs/lcms2 @@ -24,7 +24,7 @@ include Config -VER = 2.8 +VER = 2.9 THISAPP = lcms2-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 87a5913f1a52464190bb655ad230539c +$(DL_FILE)_MD5 = 8de1b7724f578d2995c8fdfa35c3ad0e install : $(TARGET) @@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --disable-static cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)