]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: fix globbing of extensions in other locales
authorJan Engelhardt <jengelh@medozas.de>
Sat, 4 Dec 2010 01:53:20 +0000 (02:53 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 4 Dec 2010 01:57:29 +0000 (02:57 +0100)
commitd4105ad56335058af4b0b1be1278e01f5c0bd4ac
tree061be322dbccaa9add35da6e59a0362159cc9bdd
parent4d2a77ff8cb4115925477cd5ce0ea972494107ab
build: fix globbing of extensions in other locales

In the fi_FI locale, [a-z] would not include 'w', for example. Rectify
this by using [[:alnum:]] (to counter against different ordering) and
forcing the POSIX locale (so that the alphabet has at least the 26
base characters).

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/GNUmakefile.in