aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-04-02 11:37:27 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-04-02 11:37:35 -0500
commitc88368b7925e343e293a493da671edaa4ccebc0d (patch)
tree03ce8690f7ef99b9303c4c4ec2a5d7c5334b673f /NEWS.md
parentbfffe2c585dd6a23a7d3c99d16d414abcb321105 (diff)
update news
This adds a note about SHLIBDIR being dropped from the makefiles.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 3c2153ec..cd56bbca 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -14,6 +14,11 @@ dereferenced, you should add the "-s" switch to the appropriate
checkpath calls.
For more information, see http://github.com/openrc/openrc/issues/201.
+The SHLIBDIR variable has been removed from the makefiles to make them
+more consistent with most common makefiles. All libraries are now in
+LIBDIR, so if you need to put them in /, override the LIBDIR variable
+when you run make.
+
## OpenRC 0.42
openrc-shutdown now has the ability to shut down sysvinit-based systems.