summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2020-08-19 15:48:45 +0200
committerThomas Orgis2020-08-19 15:48:45 +0200
commitde7301faec8a20551eba2516bd5ea068a4814ce1 (patch)
tree01cfeaf3fe8f860d2c8e4f8af342c042f03404b0
parent8ff0cffe559722ccd98b15d0fe122ccc28d2befd (diff)
protected: also adding guile stuff
GNU Make has a possible dependency on guile. If you enable it and upgrade guile, you could break make and have a hosed system again.
-rw-r--r--ChangeLog3
-rwxr-xr-xvar/lib/sorcery/protected2
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1062568d..5f4207ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2020-09-19 Thomas Orgis <sobukus@sourcemage.org>
* protected: added readline, ncurses, isl, icu (bug 16112)
+ * protected: also added guile libs, in case you make make
+ depend on it (untested if normal make operation still works without
+ other guile files, though)
2020-08-05 Ismael Luceno <ismael@sourcemage.org>
* protected: Added libintl
diff --git a/var/lib/sorcery/protected b/var/lib/sorcery/protected
index 878c97bf..145c1ce4 100755
--- a/var/lib/sorcery/protected
+++ b/var/lib/sorcery/protected
@@ -77,3 +77,5 @@
^/lib/libncursesw\.so\.
^/usr/lib/libisl\.so\.
^/usr/lib/libicu.*\.so\.
+^/usr/lib/libguile-.*\.so\.
+^/usr/lib/libguilereadline-.*\.so\.