diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-03 06:39:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-03 06:39:40 +0000 |
commit | 32868b4dd9809cc3e4d27cb78803b473b2e19bcb (patch) | |
tree | 3c9ed2c2f1ce09226ef22de42d687b64c3c34794 /gnu | |
parent | f88fba524b8225e3140c74d5916ba4f618d14f5f (diff) |
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@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/libf2c/shlib_version | 2 | ||||
-rw-r--r-- | gnu/egcs/libiberty/shlib_version | 4 | ||||
-rw-r--r-- | gnu/egcs/libio/shlib_version | 2 | ||||
-rw-r--r-- | gnu/egcs/libobjc/shlib_version | 2 | ||||
-rw-r--r-- | gnu/egcs/libstdc++/shlib_version | 2 | ||||
-rw-r--r-- | gnu/lib/libreadline/shlib_version | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/shlib_version | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/gnu/egcs/libf2c/shlib_version b/gnu/egcs/libf2c/shlib_version index 9c1551636c5..5b844bbf422 100644 --- a/gnu/egcs/libf2c/shlib_version +++ b/gnu/egcs/libf2c/shlib_version @@ -1,2 +1,2 @@ -major=6 +major=7 minor=0 diff --git a/gnu/egcs/libiberty/shlib_version b/gnu/egcs/libiberty/shlib_version index f89dbabf714..3066b9771e7 100644 --- a/gnu/egcs/libiberty/shlib_version +++ b/gnu/egcs/libiberty/shlib_version @@ -1,2 +1,2 @@ -major=4 -minor=2 +major=5 +minor=0 diff --git a/gnu/egcs/libio/shlib_version b/gnu/egcs/libio/shlib_version index ade1e3940fb..079346fa7b1 100644 --- a/gnu/egcs/libio/shlib_version +++ b/gnu/egcs/libio/shlib_version @@ -1,2 +1,2 @@ -major=29 +major=30 minor=0 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 diff --git a/gnu/egcs/libstdc++/shlib_version b/gnu/egcs/libstdc++/shlib_version index 079346fa7b1..07d08b6f13c 100644 --- a/gnu/egcs/libstdc++/shlib_version +++ b/gnu/egcs/libstdc++/shlib_version @@ -1,2 +1,2 @@ -major=30 +major=31 minor=0 diff --git a/gnu/lib/libreadline/shlib_version b/gnu/lib/libreadline/shlib_version index 97c9f92d6b8..1edea46de91 100644 --- a/gnu/lib/libreadline/shlib_version +++ b/gnu/lib/libreadline/shlib_version @@ -1,2 +1,2 @@ -major=0 +major=1 minor=0 diff --git a/gnu/usr.bin/perl/shlib_version b/gnu/usr.bin/perl/shlib_version index 5b844bbf422..d0f0988b418 100644 --- a/gnu/usr.bin/perl/shlib_version +++ b/gnu/usr.bin/perl/shlib_version @@ -1,2 +1,2 @@ -major=7 +major=8 minor=0 |