From bba95d2d7e1df56c08fe490c5652aafd63de0d0d Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 25 Sep 2016 16:39:18 +0000 Subject: [PATCH] Relocatable object files are renamed from *.So to *.pico Reminder by: imp@ --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index ad49262b69b..b2114f59df8 100644 --- a/UPDATING +++ b/UPDATING @@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20160924: + Relocatable object files with the extension of .So have been renamed + to use an extension of .pico instead. The purpose of this change is + to avoid a name clash with shared libraries on case-insensitive file + systems. On those file systems, foo.So is the same file as foo.so. + 20160918: GNU rcs has been turned off by default. It can (temporarily) be built again by adding WITH_RCS knob in src.conf.