mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
pcre: remove instructions for moving libpcre.so to /lib (merged-/usr)
This commit is contained in:
parent
70c1211263
commit
aab13c921e
@ -111,9 +111,7 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
mv -v /usr/lib/libpcre.so.* /lib &&
|
||||
ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -158,12 +156,14 @@ ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so</userinput
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<!-- FIXME: Removed due to merged-/usr setup
|
||||
<para>
|
||||
<command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves the
|
||||
<application>PCRE</application> library on the root filesystem
|
||||
so that it is available in case <command>grep</command>
|
||||
gets reinstalled with <application>PCRE</application> support.
|
||||
</para>
|
||||
-->
|
||||
|
||||
<para>
|
||||
<option>--enable-jit</option>: this option enables Just-in-time
|
||||
|
@ -41,6 +41,17 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>May 14th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Remove instructions from PCRE for moving libraries
|
||||
to /lib.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 13th, 2021</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user