X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 32A58396B41D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1618859601; bh=2MfKZGJZ3WQ2LxR3jSW5xI5uwi21bo/UkDjHbL9xIX0=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=EGTVfgUYk99OdNOzzlES1GXh0WK1mRXW+ZUhLZjmcPYc27B0hOzIX6jvf34tNiM50 GCh9pFU6ZPPoppt+dyIzZ/N22rtVwZ/KEjagpI45yeYutEy9j/LgiwRl38cQCfjmfB JEj0koSviJGVXTJM7B/eoLjeSa4au35XMcatBY+M= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B05253851C0C X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=wqU3Q/n1HqiPIWvLgtu9Ok15yBlg8xeOPkKn+4GJ8+M=; b=nGH3mqCY7zbjlK9ob1Fo4Lfbn5Wu2d5hCKkWDSp5LeKiBi1UF9IHMSYEx0Tl/tUyaI WMqmgIj8hSYyRkYLwNYUNwSsNjzjG5EjUMbbga7+bg3o/DEUnVPRjJF7rV4Jh6wfXzqY kK49vpbz8M0gLg4oW90/LjYB5Wj8NxEwB6X1s9FKWtInaklaDvJiVlaRLPehEqPhnbCq gLMgfGwFwD731cuJFB1IOb1H+VVkZru6iPxzNk6ceyIVR0oMELX6EUTkNKKCBCeDwcEm x7kX7n8hOp7jbk7VL0YJMTcAWw3zkD0nYUO1PwbT9ECiSOfC/I27RXoNkmXLWBTboMOx Vvww== X-Gm-Message-State: AOAM532EJBWJhh2FcGyAtpCdMc7O0DRPwyGRs+UU5VH9UjLgn/f3vVe0 FZg18B8hBu2WrGe52IRJfDi76VBKontKWnv/ X-Google-Smtp-Source: ABdhPJx6WNUpwBbeOJOjmuhtqkOoojm/m1CgE0Yb2oSlkTX0SK1tIAy/74VK3zE5ZY7lN1Sx3VB6PA== X-Received: by 2002:a05:620a:410c:: with SMTP id j12mr11981061qko.303.1618859598074; Mon, 19 Apr 2021 12:13:18 -0700 (PDT) To: cygwin AT cygwin DOT com Subject: [PATCH 0/1] libbrotli has broken pkg-config Date: Mon, 19 Apr 2021 16:12:23 -0300 Message-Id: <20210419191224.23536-1-corngood@gmail.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: David McFarland via Cygwin Reply-To: David McFarland Cc: David McFarland , lemures DOT lemniscati AT gmail DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" I'm a little lost on the exact process for sending patches for packages, so excuse me if I'm in the wrong place. I found this problem when trying to build something that depends on libbrotli. This patch pulls the fix from this PR: https://github.com/google/brotli/pull/838 David McFarland (1): cherry-pick fix for pkg-config brotli.cygport | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.31.1 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple