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/cfengine/files/patch-af | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/cfengine/files/patch-af (limited to 'sysutils/cfengine/files/patch-af') diff --git a/sysutils/cfengine/files/patch-af b/sysutils/cfengine/files/patch-af new file mode 100644 index 000000000000..c7a33e7b209e --- /dev/null +++ b/sysutils/cfengine/files/patch-af @@ -0,0 +1,13 @@ +Fix the linking so only cfd is linked with pthreads. This keeps cfengine +from trying to use thread-unsafe resolver functions. + +--- src/Makefile.am.orig Fri Aug 10 23:58:47 2001 ++++ src/Makefile.am Fri Aug 10 23:59:07 2001 +@@ -95,6 +95,7 @@ + patches.c + + cfd_LDADD = -L../pub -lpub $(LEXLIB) ++cfd_LDFLAGS = -pthread $(LDFLAGS) + + cfrun_SOURCES = \ + cfrun.c \ -- cgit v1.2.3