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.
This commit is contained in:
Xi Ruoyao 2022-03-21 21:59:45 +08:00
parent 0a993870cf
commit d54813bc0c
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -48,7 +48,7 @@
<para>Compile the package:</para> <para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen> <screen><userinput remap="make">make prefix=/usr</userinput></screen>
<note> <note>
<para>In the test output there are several places that <para>In the test output there are several places that