diff options
author | Kali Kaneko <kali@leap.se> | 2017-12-04 19:31:18 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-12-04 19:38:28 +0100 |
commit | df5b388dd0d46c1df5e231cea8d8d9c83601ef82 (patch) | |
tree | 5bb4a3e39142b7fb764fc6a02e5b3dd2cb8d28c6 /docs | |
parent | a6aefc0437e45f963b633b586a18f71ed4dca5be (diff) |
[pkg] add --enable-iproute2 to openvpn binary compilation
this will be used by bundles, and it's needed now that ifconfig and
other net-utils are being deprecated.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 4b2558a2..c7dd8806 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,6 +14,7 @@ Misc ~~~~ - Configure travis build for OSX. - Add tox to the docker image; install it on every job. +- Build openvpn with iproute2 option for bundles. 0.10.2 ------------------------------- |