From c4aeb1a8b7537b061fdf6c12ee7d4bc1d490c6ec Mon Sep 17 00:00:00 2001 From: John Polstra Date: Tue, 28 Apr 1998 22:20:55 +0000 Subject: Fix an old bug in the runtime system which very rarely could cause EFAULT to be generated on calls to open(2) or fcntl(2). Bump the shared libraries' major version numbers to guard against possible binary incompatibilities introduced by this fix. --- lang/modula-3-lib/files/patch-ah | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/modula-3-lib/files/patch-ah') diff --git a/lang/modula-3-lib/files/patch-ah b/lang/modula-3-lib/files/patch-ah index d01badcde98a..01c66c6a37e8 100644 --- a/lang/modula-3-lib/files/patch-ah +++ b/lang/modula-3-lib/files/patch-ah @@ -193,7 +193,7 @@ Update the m3build templates for FreeBSD-2.1 and later. proc after_library_hooks(x) is local lib_a = format ("lib%s.a", x) - local lib_so = format ("lib%s.so.1.1", x) -+ local lib_so = format ("lib%s.so.5.0", x) ++ local lib_so = format ("lib%s.so.6.0", x) local dest = format ("%s%s%s%s%s", PKG_INSTALL, SL, BUILD_PACKAGE, SL, BUILD_DIR) -- cgit v1.2.3