diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2022-06-13 23:12:53 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-30 13:39:27 -0400 |
| commit | 63d49fd481fb99b015c86c22f65e579da43e3c24 (patch) | |
| tree | ead4e98e990a08e0c0ebd86a65db38adc488ba18 /meta-networking/recipes-support/netperf/files/netserver_permissions.patch | |
| parent | ca925409619c548da3c000cdd541c7fea7d44414 (diff) | |
| download | meta-openembedded-63d49fd481fb99b015c86c22f65e579da43e3c24.tar.gz | |
openvpn: eliminate build path from openvpn --version option
Before the patch:
$ openvpn --version
OpenVPN 2.5.7 x86_64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL]
[snip]
Compile time defines: enable_async_push=no enable_comp_stub=no
[snip]
with_crypto_library=openssl with_gnu_ld=yes
with_libtool_sysroot=/buildarea/build/tmp/work/core2-64-poky-linux/openvpn/2.5.7-r0/recipe-sysroot
with_mem_check=no with_openssl_engine=auto
After the patch:
$ openvpn --version
OpenVPN 2.5.7 x86_64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL]
[snip]
Compile time defines: enable_async_push=no enable_comp_stub=no
[snip]
with_crypto_library=openssl with_gnu_ld=yes with_mem_check=no
with_openssl_engine=auto
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/netperf/files/netserver_permissions.patch')
0 files changed, 0 insertions, 0 deletions
