Remove ipv6 support temporary, it seems buggy.
Activate loadavg support.
This commit is contained in:
parent
cfc27060b5
commit
4a2ac121fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32532
2 changed files with 21 additions and 5 deletions
|
@ -16,7 +16,8 @@ MAINTAINER= vanilla@FreeBSD.org
|
|||
FETCH_BEFORE_ARGS= -b
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= build
|
||||
CONFIGURE_ARGS= --with-loadavg --with-libwrap --with-inet6
|
||||
CONFIGURE_ARGS= --with-loadavg --with-libwrap
|
||||
# --with-inet6 "ipv6's code seens buggy.."
|
||||
|
||||
MAN5= xinetd.conf.5
|
||||
MAN8= xinetd.8 xinetd.log.8
|
||||
|
|
|
@ -1,6 +1,19 @@
|
|||
--- configure Fri Dec 10 19:02:56 1999
|
||||
+++ configure Fri Feb 25 17:12:19 2000
|
||||
@@ -3020,34 +3019,0 @@
|
||||
--- configure.orig Sat Dec 11 08:02:56 1999
|
||||
+++ configure Mon Sep 4 02:56:08 2000
|
||||
@@ -1768,7 +1768,7 @@
|
||||
EOF
|
||||
|
||||
;;
|
||||
-linux*)
|
||||
+linux*|freebsd*)
|
||||
echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
|
||||
echo "configure:1774: checking for main in -lcrypt" >&5
|
||||
ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
|
||||
@@ -3016,40 +3016,6 @@
|
||||
EOF
|
||||
|
||||
fi
|
||||
-
|
||||
-echo $ac_n "checking for R_OK""... $ac_c" 1>&6
|
||||
-echo "configure:3022: checking for R_OK" >&5
|
||||
-if eval "test \"`echo '$''{'ac_cv_type_R_OK'+set}'`\" = set"; then
|
||||
|
@ -34,4 +47,6 @@
|
|||
-
|
||||
-fi
|
||||
-
|
||||
-
|
||||
|
||||
for ac_hdr in sys/types.h sys/termios.h termios.h sys/select.h rpc/rpc.h rpc/rpcent.h sys/file.h ftw.h machine/reg.h linux/time.h netdb.h
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue