diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-08-03 19:58:38 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-08-03 19:58:38 +0200 |
commit | 0428e5a6541c3f5eaaf683d8da9ea60c44eac4c7 (patch) | |
tree | 12ecded34ed22c763cfe63f1156174583d1cb4eb /extensions/libxt_CHECKSUM.man | |
parent | 371cea299f0b2eb100b9fc9fb99089640d2d606f (diff) |
build: fix static linking
Gabor Z. Papp noted this link-time error when configuring with
--enable-static:
extensions/libext4.a(initext4.o): In function "init_extensions":
extensions/initext4.c:144: undefined reference to "libxt_IDLETIMER_init"
extensions/initext4.c:145: undefined reference to "libxt_TEE_init"
Indeed, since the two modules did not use our special macro "_init"
(which expands to libxt_foo_init), initext4.c could not find them by
that name. Correct this.
References: http://marc.info/?l=netfilter&m=128085480927924&w=2
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_CHECKSUM.man')
0 files changed, 0 insertions, 0 deletions