diff options
author | 2017-02-25 17:12:25 +0000 | |
---|---|---|
committer | 2017-02-25 17:12:25 +0000 | |
commit | 44f2e62cfde958f01abb6242db80d7113012fc3f (patch) | |
tree | 4287a4056d748fb9b433ecfeaf4016af232c6c69 /lib | |
parent | Enable ampintcmsi(4), pciecam(4), ppb(4) and virtio(4). (diff) | |
download | wireguard-openbsd-44f2e62cfde958f01abb6242db80d7113012fc3f.tar.xz wireguard-openbsd-44f2e62cfde958f01abb6242db80d7113012fc3f.zip |
Provide libc++abi as shared library as well. Discussed and requested
due to ports build failures.
ok kettenis@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcxxabi/shlib_version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcxxabi/shlib_version b/lib/libcxxabi/shlib_version new file mode 100644 index 00000000000..97c9f92d6b8 --- /dev/null +++ b/lib/libcxxabi/shlib_version @@ -0,0 +1,2 @@ +major=0 +minor=0 |