diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-21 21:59:45 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-21 21:59:45 +0800 |
commit | d54813bc0cee6979c64e5293e0cf664beba0320e (patch) | |
tree | 11c1df68cda1bbb5c523d31e9c2725e3f1da7034 /chapter08 | |
parent | 0a993870cfe7851cd71aef2e61aa067fd905c730 (diff) |
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.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/zstd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <para>Compile the package:</para> -<screen><userinput remap="make">make</userinput></screen> +<screen><userinput remap="make">make prefix=/usr</userinput></screen> <note> <para>In the test output there are several places that |