set major version of shlibs to 0
WARNING: this will break existing dynamically linked binaries if they exist. If you have any: . re-build world statically first if necessary . remove libraries from /lib and /usr/lib . then build world This change: . avoids possible future dismay when interfacing other systems' binaries; done until they are abi-compatible Thanks to Antoine Leca for pointing this out.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
$
|
||||
usr d--755 0 0
|
||||
lib d--755 0 0
|
||||
libc.so.12 ---755 0 0 /lib/libc.so.12
|
||||
libminlib.so.1 ---755 0 0 /lib/libminlib.so.1
|
||||
libcompat_minix.so.1 ---755 0 0 /lib/libcompat_minix.so.1
|
||||
libterminfo.so.1 ---755 0 0 /lib/libterminfo.so.1
|
||||
libc.so.0 ---755 0 0 /lib/libc.so.0
|
||||
libminlib.so.0 ---755 0 0 /lib/libminlib.so.0
|
||||
libcompat_minix.so.0 ---755 0 0 /lib/libcompat_minix.so.0
|
||||
libterminfo.so.0 ---755 0 0 /lib/libterminfo.so.0
|
||||
$
|
||||
$
|
||||
|
||||
Reference in New Issue
Block a user