Commit 3645693
gateway-dk-ask: use constructor attribute for xtables init, drop -D_INIT
The xtables.h _init/_INIT macro chain proved unreliable — the _init
macro wasn't being applied despite _INIT being defined. The ASK repo
now uses __attribute__((constructor)) directly in the extension source,
which is the modern pattern and doesn't need any -D flags.
Pin ASK to commit with the constructor fix.1 parent e256544 commit 3645693
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
| |||
0 commit comments