From patchwork Fri Jun 5 11:37:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Liu X-Patchwork-Id: 11589493 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EA3B4739 for ; Fri, 5 Jun 2020 11:38:00 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CFC7E206E6 for ; Fri, 5 Jun 2020 11:38:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CFC7E206E6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jhAfD-0007cj-9K; Fri, 05 Jun 2020 11:37:31 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jhAfC-0007ce-Bv for xen-devel@lists.xenproject.org; Fri, 05 Jun 2020 11:37:30 +0000 X-Inumbo-ID: efeae05e-a720-11ea-afa3-12813bfff9fa Received: from mail-wr1-f66.google.com (unknown [209.85.221.66]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id efeae05e-a720-11ea-afa3-12813bfff9fa; Fri, 05 Jun 2020 11:37:29 +0000 (UTC) Received: by mail-wr1-f66.google.com with SMTP id l10so9386843wrr.10 for ; Fri, 05 Jun 2020 04:37:29 -0700 (PDT) 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=6rwoWVKrSvqfrI6Iyp/Gjae4Z7e8hfSug4PMkSldLdA=; b=dLPrVCZGlNTXcDg6O7dNkPx0WGntv7PXJ4FK5Nfq2AKgqhBUISFZ2JIV0EXeic1gnm zVd8Te4DznfzOgfB/vgbhohDlOavKcw0ykVZrwLZWDjg4oVxricdrLRtfTmJ8E1kqrEb nYLD86dPrNpkrRXCdn8chONQFXioDSGJ8CC42jqqwPMG7YKvkqLNXKeAh0D/ACuqKAlG NVcIfAa8rP7H0Xyuemc0CZOHKDmV4il2iTL5ev2yST3V8cApaetR6nn0iD2u87cDRxvj APdTLNnw9nlQMKLkBrVY9kJZbXiPSXgOWurL7IhZBkXvfAj+T+js6zXPO0YIhSQIGx0z TwAw== X-Gm-Message-State: AOAM532WkiYDNmBzQQgJLrM55VF30z04EClJfGBVm6Jp+p31RdE29Be1 NnBDzTdmoMX0m71TRn/2P24jwVQg X-Google-Smtp-Source: ABdhPJyz1oEsfnBmGLJmXHLwhhEomtCn9kKaRcZhZEyWxNAOtw4SJnKGfOju83LUCj0xqyTot93Cxw== X-Received: by 2002:a5d:5351:: with SMTP id t17mr8863579wrv.287.1591357048741; Fri, 05 Jun 2020 04:37:28 -0700 (PDT) Received: from liuwe-devbox-debian-v2.j3c5onc20sse1dnehy4noqpfcg.zx.internal.cloudapp.net ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id z25sm10887532wmf.10.2020.06.05.04.37.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 04:37:28 -0700 (PDT) From: Wei Liu To: Xen Development List Subject: [PATCH for-4.14] libs/hypfs: use correct zlib name in pc file Date: Fri, 5 Jun 2020 11:37:25 +0000 Message-Id: <20200605113725.30982-1-wl@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: jgross@suse.com, Olaf Hering , Ian Jackson , Wei Liu , paul@xen.org Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Its name is "zlib" not "z". Reported-by: Olaf Hering Fixes: 86234eafb952 ("libs: add libxenhypfs") Signed-off-by: Wei Liu Reviewed-by: Juergen Gross --- Cc: paul@xen.org Cc: jgross@suse.com --- tools/libs/hypfs/xenhypfs.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/hypfs/xenhypfs.pc.in b/tools/libs/hypfs/xenhypfs.pc.in index 92a262c7a252..ef9fcc87bf37 100644 --- a/tools/libs/hypfs/xenhypfs.pc.in +++ b/tools/libs/hypfs/xenhypfs.pc.in @@ -7,4 +7,4 @@ Description: The Xenhypfs library for Xen hypervisor Version: @@version@@ Cflags: -I${includedir} @@cflagslocal@@ Libs: @@libsflag@@${libdir} -lxenhypfs -Requires.private: xentoolcore,xentoollog,xencall,z +Requires.private: xentoolcore,xentoollog,xencall,zlib