]> git.ipfire.org Git - thirdparty/iptables.git/commit
configure: Avoid addition assignment operators
authorAchill Gilgenast <fossdd@pwned.life>
Tue, 28 Jan 2025 12:28:48 +0000 (13:28 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 28 Jan 2025 13:36:31 +0000 (14:36 +0100)
commit6310639f697d4a570286960c470a6ec8c324be89
tree541ec273892c9a1e16594c3e249fee7511d8ac6b
parentb3f3e256c263b9a1db49732696aba0dde084ef5e
configure: Avoid addition assignment operators

For compatability with other /bin/sh like busybox ash, since they don't
support the addition assignment operators (+=) and otherwise fails with:

./configure: line 14174: regular_CFLAGS+= -D__UAPI_DEF_ETHHDR=0: not found

Signed-off-by: Achill Gilgenast <fossdd@pwned.life>
Signed-off-by: Florian Westphal <fw@strlen.de>
configure.ac