From: Vincent Bernat Date: Fri, 24 Jul 2015 16:35:50 +0000 (+0200) Subject: build: add a note to remember why setproctitle may not work X-Git-Tag: 0.7.16~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78d54e08869a77530322598d4885b0a24cf95b30;p=thirdparty%2Flldpd.git build: add a note to remember why setproctitle may not work On libbsd < 0.5, this is only a stub function. So, it is expected to do nothing on OS like Ubuntu Precise. --- diff --git a/configure.ac b/configure.ac index d7c6bcd1..ee8e54f2 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ AC_CONFIG_LIBOBJ_DIR([src/compat]) AC_FUNC_MALLOC AC_FUNC_REALLOC AC_FUNC_FORK -# setproctitle (maybe through libbsd) +# setproctitle (maybe through libbsd [until 0.5, it is only a stub function]) AC_SEARCH_LIBS([setproctitle], [util bsd]) AC_REPLACE_FUNCS([setproctitle]) AC_CHECK_FUNCS([setproctitle_init])