diff options
author | Tony Finch <fanf@FreeBSD.org> | 2002-07-30 18:34:24 +0000 |
---|---|---|
committer | Tony Finch <fanf@FreeBSD.org> | 2002-07-30 18:34:24 +0000 |
commit | 55c1b608cb2bdf0e68cf1a94996e82ca1b4840fa (patch) | |
tree | 75d57cacd62d0b588ce03fea16accb123d252f23 /sysutils/cfengine2/files/patch-af | |
parent | Update to 1.6 (diff) |
New port for cfengine-2.0.3 after repo-copy from the cfengine-1.x port.
PR: 35037
Approved by: will
Notes
Notes:
svn path=/head/; revision=63751
Diffstat (limited to 'sysutils/cfengine2/files/patch-af')
-rw-r--r-- | sysutils/cfengine2/files/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/cfengine2/files/patch-af b/sysutils/cfengine2/files/patch-af deleted file mode 100644 index c7a33e7b209e..000000000000 --- a/sysutils/cfengine2/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -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 \ |