postfix: Fix enabling PCRE support
authorFelix Matouschek <felix@matouschek.org>
Mon, 27 Nov 2023 10:12:03 +0000 (11:12 +0100)
committerRosen Penev <rosenp@gmail.com>
Fri, 1 Dec 2023 19:24:34 +0000 (11:24 -0800)
commit0db2d278012f26da91c0959b18d0b3a77efbf568
tree4443ccf31b90999653bce53df4a0c56aa795cd44
parent562f5df67fd9436dface35a410e9ce591d9a2894
postfix: Fix enabling PCRE support

After the change from PCRE to PCRE2 when enabling POSTFIX_PCRE the
resulting postfix build no longer reports pcre as an available module.
(postfconf -m). This is caused by using the wrong syntax for the
HAS_PCRE build flag (HAS_PCRE2 vs HAS_PCRE=2). This fixes the build flag
to use the correct syntax.

Signed-off-by: Felix Matouschek <felix@matouschek.org>
mail/postfix/Makefile