summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2005-12-06 06:05:45 +0000
committertedu <tedu@openbsd.org>2005-12-06 06:05:45 +0000
commit0a2f6b121e5765b525c8dbb39fa31a2458b5f4b1 (patch)
treeda70ee792ec5d289601f05993d23ff007de99a9e
parenttypo (diff)
downloadwireguard-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_version2
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