]> git.proxmox.com Git - mirror_frr.git/commit
build: chop down complicated CFLAGS logic
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Nov 2016 02:18:43 +0000 (11:18 +0900)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Nov 2016 05:07:27 +0000 (14:07 +0900)
commita89b1641fd23740daf9a7331417b1373aa3d5932
treed800f9369cddf14b34770ded57cbeba3f96eb4d1
parent491871f72db812c03325c18a6f852ff52ce929b9
build: chop down complicated CFLAGS logic

Other packages don't have --with-cflags; we don't need it either.  The
user can specify CFLAGS= in the environment or on ./configure and that
would work perfectly fine.  If only it weren't for autoconf being an
idiot and adding its own "-g -O2" ... so we work around that.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac