From 47c7c089215776b0445e347d024feaa8be6cabbe Mon Sep 17 00:00:00 2001 From: millert <> Date: Tue, 3 Dec 2002 06:39:39 +0000 Subject: [PATCH] Crank all library major numbers. Needed due to the fact that we now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ --- src/lib/libutil/shlib_version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libutil/shlib_version b/src/lib/libutil/shlib_version index b39addfc..d0f0988b 100644 --- a/src/lib/libutil/shlib_version +++ b/src/lib/libutil/shlib_version @@ -1,2 +1,2 @@ -major=7 -minor=1 +major=8 +minor=0