diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-04-20 20:30:43 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-04-20 20:30:43 +0000 |
commit | a04d79b29e66fdf709836333bfb490b027e83c51 (patch) | |
tree | 7387abd8425197dde6c9f037c6f8961ad76c1e4c /sysutils/cdrtools-devel/files | |
parent | Update from 0.8.3 to 0.8.3.1 -- some of my patches were quietly incorporated (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=107750
Diffstat (limited to 'sysutils/cdrtools-devel/files')
-rw-r--r-- | sysutils/cdrtools-devel/files/patch-conf::configure | 10 |
1 files changed, 10 insertions, 0 deletions
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) |