diff options
author | 2019-02-01 05:27:37 +0000 | |
---|---|---|
committer | 2019-02-01 05:27:37 +0000 | |
commit | a1b5ec256a03e12d667837fca8bf42f20675916f (patch) | |
tree | dbcf3b55733713cd01705a0f781f09f0c09eada0 /lib/libelf/shlib_version | |
parent | Save connection timeout and restore for 2nd and subsequent attempts, (diff) | |
download | wireguard-openbsd-a1b5ec256a03e12d667837fca8bf42f20675916f.tar.xz wireguard-openbsd-a1b5ec256a03e12d667837fca8bf42f20675916f.zip |
add libelf from elftoolchain r3669
A 2 clause BSD licensed implementation of the SVR4 ELF API also
implemented by mr511.de libelf (devel/libelf in ports) and elfutils.
It is being added to base to allow Mesa to use it in future.
shlib major is higher than devel/libelf and pkg-config version is 0.8.2
to pass a glib2 configure test so this can replace the use of
devel/libelf in ports.
Diffstat (limited to 'lib/libelf/shlib_version')
-rw-r--r-- | lib/libelf/shlib_version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libelf/shlib_version b/lib/libelf/shlib_version new file mode 100644 index 00000000000..b52599a164f --- /dev/null +++ b/lib/libelf/shlib_version @@ -0,0 +1,2 @@ +major=2 +minor=0 |