Hi Simon,
> 2025年3月4日 19:14,Simon Josefsson <[email protected]> 写道:
>
> I have uploaded 1.4.4-2 with your patch as the only change, let's see
> what happens.
Thank you for your prompt response. 1.4.4-2, however, is still failing
autopkgtest on armel / armhf. Miao Wang pointed out that it is due
to cmake not reading CPPFLAGS from env, so the needed flags is not
added to the gcc cmdline.
I will upload a new version with patched cmake call, i.e.:
CFLAGS="${CFLAGS} ${CPPFLAGS}” cmake -DUNIT_TESTING=1
-DCMAKE_VERBOSE_MAKEFILE=ON ..
--
Thanks,
Shengqi Chen