mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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:
parent
0a993870cf
commit
d54813bc0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user