[oe-commits] Ben Shelton : openvpn: bypass check for /sbin/ip on the host

git at git.openembedded.org git at git.openembedded.org
Wed Dec 3 14:15:41 UTC 2014


Module: meta-openembedded.git
Branch: dizzy
Commit: 71fa1879f486f8ffb0be03744e8d27e9eaa5d693
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=71fa1879f486f8ffb0be03744e8d27e9eaa5d693

Author: Ben Shelton <ben.shelton at ni.com>
Date:   Wed Oct 29 09:39:07 2014 -0500

openvpn: bypass check for /sbin/ip on the host

In the commit 'openvpn: use default iproute2 path', the configure flag
to explicitly set the iproute2 path was removed, since busybox now
provides the 'ip' applet at the default path.  However, setting this
flag is necessary to bypass the configure-time check for /sbin/ip on the
host, which will otherwise fail if iproute2 is not installed on the
host.  Add back the flag (pointing to the correct path), and add a
comment to describe why this is necessary.

Signed-off-by: Ben Shelton <ben.shelton at ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../apache2/apache2/apache-CVE-2014-0117.patch     | 289 +++++++++++++++++++++
 .../recipes-httpd/apache2/apache2_2.4.10.bb        |   4 +-
 2 files changed, 292 insertions(+), 1 deletion(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=71fa1879f486f8ffb0be03744e8d27e9eaa5d693


More information about the Openembedded-commits mailing list