From d54813bc0cee6979c64e5293e0cf664beba0320e Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 21 Mar 2022 21:59:45 +0800 Subject: zstd: add prefix=/usr for make libzstd.pc is created during "make", so without prefix=/usr here "-L/usr/local/lib" will show up in libzstd.pc. Thanks Ryan Marsaw for the report. --- chapter08/zstd.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08') diff --git a/chapter08/zstd.xml b/chapter08/zstd.xml index cde0b9231..902f982e4 100644 --- a/chapter08/zstd.xml +++ b/chapter08/zstd.xml @@ -48,7 +48,7 @@ Compile the package: -make +make prefix=/usr In the test output there are several places that -- cgit v1.2.3-54-g00ecf