Carlos Velasco:
> `pcre2-config --libs8` worked for me.
> I have libs in non-standard locations, "make makefiles" doesn't work for me.
Surprise, "make makefiles" uses "pcre2-config --libs8".
and "pcre2-config --cflags".
Wietse
Trying to test latest postfix 3.7.0 with PCRE2 I have found a problem in
building documentation.
According to PCRE_README (http://www.postfix.org/PCRE_README.html),
pcre2-config is used:
"AUXLIBS_PCRE=`pcre2-config --libs`"
But "pcre2-config" doesn't have "--libs" as available argument.
# pcr
Carlos Velasco:
> Hi,
>
> Trying to test latest postfix 3.7.0 with PCRE2 I have found a problem in
> building documentation.
>
> According to PCRE_README (http://www.postfix.org/PCRE_README.html),
> pcre2-config is used:
> "AUXLIBS_PCRE=`pcre2-config --libs`"
>
> But "pcre2-config" doesn't hav
Am 17.02.22 um 10:10 schrieb Carlos Velasco:
Hi,
Trying to test latest postfix 3.7.0 with PCRE2 I have found a problem
in building documentation.
According to PCRE_README (http://www.postfix.org/PCRE_README.html),
pcre2-config is used:
"AUXLIBS_PCRE=`pcre2-config --libs`"
But "pcre2-config" do
Hi,
Trying to test latest postfix 3.7.0 with PCRE2 I have found a problem in
building documentation.
According to PCRE_README (http://www.postfix.org/PCRE_README.html),
pcre2-config is used:
"AUXLIBS_PCRE=`pcre2-config --libs`"
But "pcre2-config" doesn't have "--libs" as available argument.