]> git.proxmox.com Git - mirror_kronosnet.git/commit - configure.ac
build: sanitize LDFLAGS handling
authorFerenc Wágner <wferi@debian.org>
Sat, 27 Jan 2018 22:22:45 +0000 (23:22 +0100)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Tue, 30 Jan 2018 04:51:58 +0000 (05:51 +0100)
commitcc5199a662ac9229494e8d7ab78272c73847c8a3
tree4f3604872d5dd8ed0bb5dc5c90864d0f08c6d85c
parent77768599043277a0b6a946c1d620e5b399c42678
build: sanitize LDFLAGS handling

The Automake manual states that according to the GNU Coding Standards
the so-called "Variables reserved for the user" mustn't be changed by
the build system, and they must override the default settings from the
build system.  The "Flag Variables Ordering" section provides the
recipes on which we build here.

Using $lt_prog_compiler_pic directly shouldn't be necessary, let's try
leaving it out.

Signed-off-by: Ferenc Wágner <wferi@debian.org>
configure.ac
libknet/Makefile.am
libtap/Makefile.am