diff options
author | 2005-12-06 06:05:45 +0000 | |
---|---|---|
committer | 2005-12-06 06:05:45 +0000 | |
commit | 0a2f6b121e5765b525c8dbb39fa31a2458b5f4b1 (patch) | |
tree | da70ee792ec5d289601f05993d23ff007de99a9e | |
parent | typo (diff) | |
download | wireguard-openbsd-0a2f6b121e5765b525c8dbb39fa31a2458b5f4b1.tar.xz wireguard-openbsd-0a2f6b121e5765b525c8dbb39fa31a2458b5f4b1.zip |
can't build shared lib without shlib_version
Maxim Bourmistrov noticed.
-rw-r--r-- | lib/librthread/shlib_version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version new file mode 100644 index 00000000000..1edea46de91 --- /dev/null +++ b/lib/librthread/shlib_version @@ -0,0 +1,2 @@ +major=1 +minor=0 |