pcre: remove instructions for moving libpcre.so to /lib (merged-/usr)

This commit is contained in:
Douglas R. Reno 2021-05-14 13:28:21 -05:00
parent 70c1211263
commit aab13c921e
2 changed files with 14 additions and 3 deletions

View File

@ -111,9 +111,7 @@ make</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install &amp;&amp;
mv -v /usr/lib/libpcre.so.* /lib &amp;&amp;
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

View File

@ -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>