On archlinux the default build flags is CPPFLAGS="-D_FORTIFY_SOURCE=2". The patch makes that work.
Applied as git commit cf21aa2b32e911b72fc5dc0ef87bf94af30d8983
Thank you :)
But this is strange, += operator in make should add space separator, see attached example.
Yes in a Makefile. But is configure.ac interpreted by autoconf. I would seem that autoconf dont and the space. :)
Oh, and += actually bad for some platforms.
Log in to post a comment.
Applied as git commit cf21aa2b32e911b72fc5dc0ef87bf94af30d8983
Thank you :)
But this is strange, += operator in make should add space separator, see attached example.
Yes in a Makefile. But is configure.ac interpreted by autoconf. I would seem that autoconf dont and the space. :)
Oh, and += actually bad for some platforms.