diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-17 15:29:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-17 15:29:27 +0000 |
commit | 28bf837ff2700e2c52e24bbf7c521df28ddfdaeb (patch) | |
tree | 9a21f08865172343f8a639c85de178564bd26524 /backport-bluez-disable-test-mesh-crypto.patch | |
parent | 515163e96cbfe54f91a2cd9c7352a1b0b78f3350 (diff) |
automatic import of bluezopeneuler24.03_LTS_SP1
Diffstat (limited to 'backport-bluez-disable-test-mesh-crypto.patch')
-rw-r--r-- | backport-bluez-disable-test-mesh-crypto.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/backport-bluez-disable-test-mesh-crypto.patch b/backport-bluez-disable-test-mesh-crypto.patch new file mode 100644 index 0000000..144b6dd --- /dev/null +++ b/backport-bluez-disable-test-mesh-crypto.patch @@ -0,0 +1,14 @@ +Index: b/Makefile.am +=================================================================== +--- a/Makefile.am ++++ b/Makefile.am +@@ -537,7 +539,7 @@ unit_test_midi_LDADD = src/libshared-gli + endif + + if MESH +-unit_tests += unit/test-mesh-crypto ++#unit_tests += unit/test-mesh-crypto + unit_test_mesh_crypto_CPPFLAGS = $(ell_cflags) + unit_test_mesh_crypto_SOURCES = unit/test-mesh-crypto.c \ + mesh/crypto.h ell/internal ell/ell.h + |