summaryrefslogtreecommitdiff
path: root/net/ntp4/patches/patch-configure
blob: 4026ae1db17bd40e3560ee8bbff1a9ee1d4a416e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.4 2020/06/21 15:10:47 taca Exp $

* Changes from NetBSD base; add support for setproctitle(3).

--- configure.orig	2020-03-04 01:40:14.000000000 +0000
+++ configure
@@ -27148,7 +27148,7 @@ fi
 done
 
 
-for ac_func in fnmatch getbootfile getuid getrusage nanosleep strsignal
+for ac_func in fnmatch getbootfile getuid getrusage nanosleep strsignal setproctitle
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"