diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 14:20:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 14:20:09 +0000 |
commit | a26a1682086138fe4d8ce551479081aa3c97313c (patch) | |
tree | 1e958e705adfb5114e090470b3d9c84d1169c83e /sysutils/cfengine2/files/patch-ac | |
parent | Actually pass over maintainership to Marco Molteni <molter@tin.it> (diff) |
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 <mike@rainc.com>
PR: 29649
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=46366
Diffstat (limited to 'sysutils/cfengine2/files/patch-ac')
-rw-r--r-- | sysutils/cfengine2/files/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cfengine2/files/patch-ac b/sysutils/cfengine2/files/patch-ac index 402872a89106..673d7d0c722d 100644 --- a/sysutils/cfengine2/files/patch-ac +++ b/sysutils/cfengine2/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*) |