]> git.proxmox.com Git - mirror_kronosnet.git/commit
build: sanitize CFLAGS handling
authorFerenc Wágner <wferi@debian.org>
Tue, 23 Jan 2018 11:01:37 +0000 (12:01 +0100)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Tue, 30 Jan 2018 04:51:58 +0000 (05:51 +0100)
commit242124c955d80aef180ad4a7333b6cd9c7b8004e
tree9705336083753e45fdf76dab58eeb8bcadb0f078
parent6754dbab103d47003ab381c8ef412bfd25eb72f4
build: sanitize CFLAGS handling

As for LDFLAGS previously: leave the CFLAGS "user variable" untouched to
enable easy selective overriding of the flags used by the build system.

Using $lt_prog_compiler_pic shouldn't be necessary, let's drop it and
see if anything breaks. WERROR_CFLAGS was undefined, so dropped as well.

Signed-off-by: Ferenc Wágner <wferi@debian.org>
configure.ac
kronosnetd/Makefile.am
libknet/Makefile.am
libknet/tests/Makefile.am
libtap/Makefile.am
poc-code/iov-hash/Makefile.am