diff options
author | 2002-12-03 06:39:38 +0000 | |
---|---|---|
committer | 2002-12-03 06:39:38 +0000 | |
commit | 3b5f5f0313ae03e9b059fad6687404d3baf7b2a4 (patch) | |
tree | 7df7ebcd4bcdc159f09758eb1261ee270270477f /lib/libpthread | |
parent | More code consolidation. (diff) | |
download | wireguard-openbsd-3b5f5f0313ae03e9b059fad6687404d3baf7b2a4.tar.xz wireguard-openbsd-3b5f5f0313ae03e9b059fad6687404d3baf7b2a4.zip |
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 'lib/libpthread')
-rw-r--r-- | lib/libpthread/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index 3468ab48289..1edea46de91 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,2 +1,2 @@ -major=0 -minor=8 +major=1 +minor=0 |