libgtk3: remove non-existent configure options
[buildroot-gz.git] / package / ltp-testsuite / 0001-rpc-tirpc-disable-tirpc_auth_authdes_-create-tests.patch
blob344ba4ae94cd9e4b7131bc80295e456e48d5b5ce
1 From 9bbadb7ece1b068465279e7248b3439d443054a6 Mon Sep 17 00:00:00 2001
2 From: Erico Nunes <nunes.erico@gmail.com>
3 Date: Fri, 30 Sep 2016 17:43:08 +0200
4 Subject: [PATCH] rpc-tirpc: disable tirpc_auth_authdes_*create tests
6 Due to Buildroot patch 0007-Disable-DES-authentification-support.patch on
7 libtirpc, this library is built without method authdes_create. Any code
8 that uses this library, like the rpc-tirpc testsuite, thus fails to link.
10 In the context of Buildroot, instead of disabling ltp-testsuite entirely,
11 just disable the problematic tests.
13 Upstream-status: not applicable
14 Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
15 [Erico: Rebase for ltp 20160920]
16 Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
17 ---
18 testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/Makefile | 4 ++++
19 1 file changed, 4 insertions(+)
21 diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/Makefile b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/Makefile
22 index 45bc8a6..c04a088 100644
23 --- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/Makefile
24 +++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/Makefile
25 @@ -19,4 +19,8 @@
26 top_srcdir ?= ../../../../../../..
28 include $(top_srcdir)/include/mk/env_pre.mk
30 +FILTER_OUT_DIRS += tirpc_auth_authdes_seccreate \
31 + tirpc_auth_authdes_create
33 include $(top_srcdir)/include/mk/generic_trunk_target.mk
34 --
35 2.7.4