Home GnuPG
Diffusion GnuPG 4b57359ef3ce

build: Improve CFLAGS handling.
4b57359ef3ceUnpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

build: Improve CFLAGS handling.

* configure.ac: Strip any flags matching '-Werror' from CFLAGS before
running the tests, and add them back later on.

Previously, the tests were run with empty CFLAGS. This caused
problems, e.g. on Fedora mmap was not detected due to some missing
CFLAGS while running the tests.

Details

Provenance
justusAuthored on Mar 7 2017, 3:20 PM
Parents
rGc22a2a89d3bd: gpgscm: Use system strlwr if available.
Branches
Unknown
Tags
Unknown
Reverted By
rGb71384c8054c: Revert "build: Improve CFLAGS handling."