summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Kolchmeyer <rkolchmeyer@google.com>2022-03-18 15:58:54 -0700
committerFlorian Westphal <fw@strlen.de>2022-03-22 11:21:37 +0100
commit3f3a794a96ca7057d6e981567ef84f4f4bdb43e5 (patch)
treef280468022db42340100a7361339d9b0dcff1e93 /Makefile
parent3af72f100ad783b0204ce519de26a639f920b558 (diff)
ebtables: fix the 'static' build target
Currently, `make static` results in the following error: undefined reference to `main' I took a guess at what 'static' is supposed to produce, and thought it would make sense to use the main definition from ebtables-standalone.c. Also, producing 'static' by linking against a libebtc.a results in a non-functional program (immediate segmentation fault). This is because the initialization functions defined in libebtc.a aren't linked into the result program. I ran into issues trying to use the --whole-archive linker option with libtool, so I figured linking in the libebtc object files directly was the simplest approach. Signed-off-by: Robert Kolchmeyer <rkolchmeyer@google.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions