From a04d79b29e66fdf709836333bfb490b027e83c51 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Tue, 20 Apr 2004 20:30:43 +0000 Subject: - Disable the use of mlockall(2) on all version of FreeBSD again (see PR 62930 for a description of the problem). Appears to be a machine-dependant issue as I only see it on one box. - Replace the default path to the rscsi binary in the rscsi client library with the correct location (why did this ever work?). Submitted by: marius (maintainer) --- sysutils/cdrtools-devel/files/patch-conf::configure | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysutils/cdrtools-devel/files/patch-conf::configure (limited to 'sysutils/cdrtools-devel/files') diff --git a/sysutils/cdrtools-devel/files/patch-conf::configure b/sysutils/cdrtools-devel/files/patch-conf::configure new file mode 100644 index 000000000000..eda23804083c --- /dev/null +++ b/sysutils/cdrtools-devel/files/patch-conf::configure @@ -0,0 +1,10 @@ +--- conf/configure.orig Fri Sep 19 16:47:37 2003 ++++ conf/configure Fri Sep 19 16:49:26 2003 +@@ -5567,6 +5567,7 @@ + int + main() + { ++ exit(1); + if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0) { + if (errno == EINVAL || errno == ENOMEM || + errno == EPERM || errno == EACCES) -- cgit v1.2.3