mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
The new release brings: Version 3.0.0 (2024-12-17) from 2.16 - Multithreaded execution - Decoupled exports from imports - Unified route attribute names - Slightly different log format - Separate reload command for filters and protocols - BGP: Export tables show the state as on wire - Lots of internal changes Added a patch to disable hash test that segfaults
12 lines
1 KiB
Diff
12 lines
1 KiB
Diff
diff --git a/lib/Makefile b/lib/Makefile
|
|
index 5ed759e..9288935 100644
|
|
--- a/lib/Makefile
|
|
+++ b/lib/Makefile
|
|
@@ -2,6 +2,6 @@ src := a-path.c a-set.c bitmap.c bitops.c blake2s.c blake2b.c checksum.c defer.c
|
|
obj := $(src-o-files)
|
|
$(all-daemon)
|
|
|
|
-tests_src := a-set_test.c a-path_test.c attribute_cleanup_test.c bitmap_test.c heap_test.c buffer_test.c event_test.c flowspec_test.c bitops_test.c patmatch_test.c fletcher16_test.c slist_test.c rt-normalize_test.c checksum_test.c lists_test.c locking_test.c mac_test.c ip_test.c hash_test.c printf_test.c rcu_test.c slab_test.c tlists_test.c type_test.c
|
|
+tests_src := a-set_test.c a-path_test.c attribute_cleanup_test.c bitmap_test.c heap_test.c buffer_test.c event_test.c flowspec_test.c bitops_test.c patmatch_test.c fletcher16_test.c slist_test.c rt-normalize_test.c checksum_test.c lists_test.c locking_test.c mac_test.c ip_test.c printf_test.c rcu_test.c slab_test.c tlists_test.c type_test.c
|
|
tests_targets := $(tests_targets) $(tests-target-files)
|
|
tests_objs := $(tests_objs) $(src-o-files)
|