Author: jfrederic.clere(a)jboss.com
Date: 2008-01-16 12:54:04 -0500 (Wed, 16 Jan 2008)
New Revision: 1281
Modified:
trunk/build/unix/util/buildroot.solaris.sh
Log:
Add tools and package need for jbossweb native.
Modified: trunk/build/unix/util/buildroot.solaris.sh
===================================================================
--- trunk/build/unix/util/buildroot.solaris.sh 2008-01-16 16:51:31 UTC (rev 1280)
+++ trunk/build/unix/util/buildroot.solaris.sh 2008-01-16 17:54:04 UTC (rev 1281)
@@ -24,15 +24,15 @@
# Build a chrootable environment.
# $1 : Directory where the chroot will takes place.
tools="/bin/bash /etc/passwd /etc/group /etc/hosts /etc/netconfig /etc/resolv.conf
/etc/inet/ipnodes /usr/lib/ld.so.1"
-depfiles="/bin/sh /usr/bin/test /usr/bin/dirname /bin/basename /bin/uname
/bin/grep"
+depfiles="/bin/sh /usr/bin/test /usr/bin/dirname /bin/basename /bin/uname /bin/grep
/usr/bin/sh /usr/bin/expr /bin/false /bin/true"
# tools are the tools we need for the tests.
# depfiles are files the packages needed (to be generated).
files="$tools $depfiles"
# Those are dependencies (to be generated).
toolpackages=""
-deppackages="SUNWlibms SUNWcsl SUNWzlib"
-#deppackages="SUNWlibms SMCpcre SMCexpat SMCliconv SUNWcsl"
+# SUNWlibC is for java.
+deppackages="SUNWlibms SUNWcsl SUNWzlib SUNWlibC"
packages="$toolpackages $deppackages"
# Copy library need by one file
@@ -81,7 +81,7 @@
}
# Use tmp for mknod
-root=/tmp/$1
+root=$1
for file in `echo $files`
do
Show replies by date