mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-31 13:32:10 +01:00
15 lines
491 B
Diff
15 lines
491 B
Diff
Requires kernel option that might not be enabled on the builder
|
|
https://bugzilla.kernel.org/show_bug.cgi?id=206815
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index ff0df21..a384c31 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -539,7 +539,6 @@ unit_test_midi_LDADD = src/libshared-glib.la \
|
|
endif
|
|
|
|
if MESH
|
|
-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
|