From aab13c921e9496535ddae5bc48738255f232abcc Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Fri, 14 May 2021 13:28:21 -0500 Subject: [PATCH] pcre: remove instructions for moving libpcre.so to /lib (merged-/usr) --- general/genlib/pcre.xml | 6 +++--- introduction/welcome/changelog.xml | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/general/genlib/pcre.xml b/general/genlib/pcre.xml index d3e7f688d9..93025b58f1 100644 --- a/general/genlib/pcre.xml +++ b/general/genlib/pcre.xml @@ -111,9 +111,7 @@ make Now, as the root user: -make install && -mv -v /usr/lib/libpcre.so.* /lib && -ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so +make install @@ -158,12 +156,14 @@ ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so + : this option enables Just-in-time diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3cbb308596..933577fc1d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,17 @@ --> + + + May 14th, 2021 + + + [renodr] - Remove instructions from PCRE for moving libraries + to /lib. + + + + May 13th, 2021