From a26a1682086138fe4d8ce551479081aa3c97313c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 17 Aug 2001 14:20:09 +0000 Subject: This patch fixes the following problems: * cfengine deadlocking in the resolver due to being linked against libc_r * cfd issuing 'ioctl: No such network device' whenever it is invoked. change maintainer email add more docs Patches obtained from Michael Kyle PR: 29649 Submitted by: MAINTAINER --- sysutils/cfengine3/files/patch-ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/cfengine3/files/patch-ac') diff --git a/sysutils/cfengine3/files/patch-ac b/sysutils/cfengine3/files/patch-ac index 402872a89106..673d7d0c722d 100644 --- a/sysutils/cfengine3/files/patch-ac +++ b/sysutils/cfengine3/files/patch-ac @@ -18,11 +18,11 @@ $PATH:$prefix/bin:/usr/bin:/usr/local/bin) -@@ -262,6 +262,7 @@ +@@ -262,7 +262,7 @@ freebsd*) AC_DEFINE(FREEBSD) - CFLAGS="$CFLAGS -pthread" -+ LIBS="$LIBS -ldes" +- CFLAGS="$CFLAGS -pthread" ++ LIBS="$LIBS -ldes" AC_CHECK_HEADERS(pthread.h) ;; netbsd*) -- cgit v1.2.3