forked from Lainports/freebsd-ports
* Upstream changes: <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.12> * The cmocka-based unit tests are currently disabled, too much hassle and deps to get them running. * Add patch-configure to drop the unit-test related warnings. * Extend run control script to understand the "stats" argument, to send SIGUSR2 to the process, contributed by Anton Yuzhaninov (with one additional line fold). * Drop patch-629baad8, no longer needed. * Refresh other patches with make clean extract do-patch makepatch
11 lines
529 B
Text
11 lines
529 B
Text
--- configure.orig 2016-08-23 14:19:07 UTC
|
|
+++ configure
|
|
@@ -17160,8 +17160,6 @@ fi
|
|
$as_echo "!! WARNING !! The cmoka git submodule has not been initialized or updated. Unit testing cannot be performed." >&6; }
|
|
fi
|
|
else
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: !! WARNING !! CMake is NOT available. Unit testing cannot be performed." >&5
|
|
-$as_echo "!! WARNING !! CMake is NOT available. Unit testing cannot be performed." >&6; }
|
|
if false; then
|
|
CMOCKA_INITIALIZED_TRUE=
|
|
CMOCKA_INITIALIZED_FALSE='#'
|