]> Kevux Git Server - kevux-firewall/commit
Bugfix: Linking problem with cap_free and other dependencies not being found. development
authorKevin Day <Kevin@kevux.org>
Fri, 9 Jan 2026 04:46:33 +0000 (22:46 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 9 Jan 2026 04:54:23 +0000 (22:54 -0600)
commitc9c5b50aed375ccf560685dee156f1c1a3f43369
treedae3916a8fec5ad29192bf0070ad8253d29b5e10
parent45919ea82b3cfed52310eedddb3e96373d2b1a01
Bugfix: Linking problem with cap_free and other dependencies not being found.

The linker has some order of operations problem where the static library being dependended on must be added after the library depending on it is declared.

Therefore `libcap.a` must be after `libfll.a` and similar.

Featureless Make might need changes to improve control over the order of linkage.
data/build/settings