X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qt0-f193.google.com (mail-qt0-f193.google.com [209.85.216.193]) by lists.alpinelinux.org (Postfix) with ESMTP id B5E545C50C6 for ; Fri, 17 Mar 2017 11:03:07 +0000 (GMT) Received: by mail-qt0-f193.google.com with SMTP id r45so8970495qte.0 for ; Fri, 17 Mar 2017 04:03:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flatglobe.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references; bh=9u1GHX/h4bId7VqgXmzrps3AvmYQ364EfrQvNtMmFvE=; b=eF+jxO4lHMzlGbWItajVcMnLYOyPvwdZHr6ZOYrD7IOZtVPtoqe6Jz6L1OESUrWMNo 6EyvnvUg9aaMtWbj64A/U4W+tyH+sdDNpahXKddOzio4u5Hj5HCfQDgLclliEqfsbLpv KRUqbHsmMgyCm/UM/J52DrsdKzYbFXlqHNFLM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=9u1GHX/h4bId7VqgXmzrps3AvmYQ364EfrQvNtMmFvE=; b=nSwG1nhZ5McFxFq8tQKNa/XgTrLQaZkJtZZPo6Csg3DeeKAXgiA0iDp16zDWpZhiX1 yOIcY15uDyWE10Z+wIbAhkgOBO1rt+Zy7XQwxftxk+V6I5KsvoXEOstpjKy+mTLIzIqY VQovxXYIEmsz3w8Z8cqdy/fpw4XNainP+7Qs0qc9LCjcBGV1sZ/V5NxaQEihs5AAZAXd R/6RuHGnrWEcyDrhTYk4FUN/R63dMHYtNabV6R9/LuuMWJWltF3kpPO4bPuCNOcHDK8e wQw4GKV+aZiviZrO7dDLGIvjW2rI9Pr5bRFamxUihDxX23TEbQfWXylV/94lOpjoyC+R KA9Q== X-Gm-Message-State: AFeK/H3RyWbigJsxGhur395oC3KsVWeylu7+/ThaEgEkTmLBil4oLMbIr6PZbpn/wr9eoA== X-Received: by 10.200.35.195 with SMTP id r3mr13932385qtr.282.1489748587018; Fri, 17 Mar 2017 04:03:07 -0700 (PDT) Received: from localhost.localdomain (cpe-204-210-151-44.hvc.res.rr.com. [204.210.151.44]) by smtp.gmail.com with ESMTPSA id q15sm5673187qtc.1.2017.03.17.04.03.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 17 Mar 2017 04:03:06 -0700 (PDT) From: "Tuan M. Hoang" To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 7/7] main/acpica: fix bug on s390x Date: Fri, 17 Mar 2017 07:02:57 -0400 Message-Id: <20170317110257.22906-1-tmhoang@flatglobe.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170317110046.22642-1-tmhoang@flatglobe.org> References: <20170317110046.22642-1-tmhoang@flatglobe.org> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/acpica/APKBUILD | 2 +- main/acpica/disable-werror.patch | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/main/acpica/APKBUILD b/main/acpica/APKBUILD index 0cd66d833a..964fe6e1d8 100644 --- a/main/acpica/APKBUILD +++ b/main/acpica/APKBUILD @@ -46,4 +46,4 @@ sha256sums="8f69ac88fb14ef8dcdb6d5bcfb912115dead15d64cb06f78f44867d2e826c931 ac 0b368cfdd71390b139564eac079e0c3190f9acfe53247591494f616e0e752b59 disable-werror.patch" sha512sums="82c8bc733c082e045f3087b3ffb82a828defe8702507534771aa00a84774bcd04f8b0eabd7e987c40f9dd8feff6ad8e9f272857428ed3accc2812fefbed5b024 acpica-unix-20160930.tar.gz 7999047808e26bd83696cf11641a2ba99a986d89ac861cc95d79a9849d1ae1aef7eb107b1c472f1e886cf6556a78554ed6cc7af269b1e2671f3445d1a7ced268 COPYING -066643cdf1beaa0ba4747e4973d5cc7a83c1e9a24acc142fa1525d4f1340ff3a7133a9fff139abe0f409faed88d0e1479eed5ce14b82e37ff46e91a4421c2d4e disable-werror.patch" +5be37c6e90e7141f2246ec8eb5205002c100f81d59c7106cf69a06773a4806f55d99b70be02b13df89d5d2c22725292b611b84b23c686c967d176ad35b110c69 disable-werror.patch" diff --git a/main/acpica/disable-werror.patch b/main/acpica/disable-werror.patch index 70acc6e79b..d6b5a63819 100644 --- a/main/acpica/disable-werror.patch +++ b/main/acpica/disable-werror.patch @@ -1,10 +1,19 @@ ---- ./generate/unix/Makefile.config.orig -+++ ./generate/unix/Makefile.config -@@ -185,7 +185,6 @@ +--- + generate/unix/Makefile.config | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/generate/unix/Makefile.config b/generate/unix/Makefile.config +index da0f61d..78b5f84 100644 +--- a/generate/unix/Makefile.config ++++ b/generate/unix/Makefile.config +@@ -185,7 +185,7 @@ CWARNINGFLAGS = \ -Wall\ -Wbad-function-cast\ -Wdeclaration-after-statement\ - -Werror\ ++ -Wno-pointer-to-int-cast\ -Wformat=2\ -Wmissing-declarations\ -Wmissing-prototypes\ +-- +2.11.1 -- 2.11.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---