Skip to content

Commit 20c32d2

Browse files
deps: PR opencomputeproject#1127 (package modernization on existing toolchain)
Squashed content of PR opencomputeproject#1127, pulled in as a dependency: older package versions do not build under GCC 14. Signed-off-by: Brad House <bhouse@nexthop.ai>
1 parent c12a7e1 commit 20c32d2

89 files changed

Lines changed: 1284 additions & 3078 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build-config/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ ifeq ($(GPT_ENABLE),yes)
398398
include make/gptfdisk.make
399399
endif
400400
ifeq ($(LVM2_ENABLE),yes)
401+
# lvm2 >= 2.03 requires libaio for its bcache I/O engine.
402+
include make/libaio.make
401403
include make/lvm2.make
402404
endif
403405
ifeq ($(PARTED_ENABLE),yes)
@@ -420,6 +422,8 @@ ifeq ($(DMIDECODE_ENABLE),yes)
420422
include make/dmidecode.make
421423
endif
422424
ifeq ($(ETHTOOL_ENABLE),yes)
425+
# ethtool's netlink interface needs libmnl.
426+
include make/libmnl.make
423427
include make/ethtool.make
424428
endif
425429
ifeq ($(MTREE_ENABLE),yes)

0 commit comments

Comments
 (0)