summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-04-15 16:03:42 +0200
committerDavid Lamparter <equinox@diac24.net>2020-04-27 10:02:11 +0200
commit209135f188d02becf944658c02983dacc0c0fdd0 (patch)
tree5c1629145d54f12926ea4c3e687729d4e25c7ce9 /configure.ac
parentbuild: move python 2.x to the very last preference (diff)
downloadfrr-209135f188d02becf944658c02983dacc0c0fdd0.tar.xz
frr-209135f188d02becf944658c02983dacc0c0fdd0.zip
build: silence idiotic libtool warnings
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d46fa75c5..e1e23e224 100755
--- a/configure.ac
+++ b/configure.ac
@@ -428,6 +428,9 @@ LT_INIT
_LT_CONFIG_LIBTOOL([
patch -N -i "${srcdir}/m4/libtool-whole-archive.patch" libtool >&AS_MESSAGE_LOG_FD || \
AC_MSG_WARN([Could not patch libtool for static linking support. Loading modules into a statically linked daemon will fail.])
+ sed -e 's%func_warning "relinking%true #\0%' -i libtool || true
+ sed -e 's%func_warning "remember to run%true #\0%' -i libtool || true
+ sed -e 's%func_warning ".*has not been installed in%true #\0%' -i libtool || true
])
if test "$enable_static_bin" = "yes"; then
AC_LDFLAGS="-static"