0
0
mirror of https://github.com/openwrt/packages.git synced 2025-08-06 10:41:43 +00:00
Files
packages/mail/postfix/Makefile
Felix Matouschek 0db2d27801 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>
2023-12-01 11:24:34 -08:00

8.5 KiB