svn commit: r242310 - projects/portbuild/scripts
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 29 12:37:40 UTC 2012
Author: bapt
Date: Mon Oct 29 12:37:39 2012
New Revision: 242310
URL: http://svn.freebsd.org/changeset/base/242310
Log:
openjdk needs fdescfs
Modified:
projects/portbuild/scripts/portbuild
Modified: projects/portbuild/scripts/portbuild
==============================================================================
--- projects/portbuild/scripts/portbuild Mon Oct 29 12:31:12 2012 (r242309)
+++ projects/portbuild/scripts/portbuild Mon Oct 29 12:37:39 2012 (r242310)
@@ -261,6 +261,7 @@ mount_fs ${builddir}/src ${chroot}${CLIE
buildenv.client ${arch} ${chroot}${CLIENT_SRCBASE}
mount -t devfs foo ${chroot}/dev
+mount -t fdescfs fdesc ${chroot}/dev/fd
umount -f ${chroot}/compat/linux/proc > /dev/null 2>&1
# just in case...
More information about the svn-src-projects
mailing list