From 32868b4dd9809cc3e4d27cb78803b473b2e19bcb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 3 Dec 2002 06:39:40 +0000 Subject: 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@ --- gnu/egcs/libobjc/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/egcs/libobjc') diff --git a/gnu/egcs/libobjc/shlib_version b/gnu/egcs/libobjc/shlib_version index 97c9f92d6b8..1edea46de91 100644 --- a/gnu/egcs/libobjc/shlib_version +++ b/gnu/egcs/libobjc/shlib_version @@ -1,2 +1,2 @@ -major=0 +major=1 minor=0 -- cgit v1.2.3