[jbossnative-commits] JBoss Native SVN: r1397 - trunk/build/unix/util.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Thu Feb 28 13:51:41 EST 2008


Author: jfrederic.clere at jboss.com
Date: 2008-02-28 13:51:41 -0500 (Thu, 28 Feb 2008)
New Revision: 1397

Modified:
   trunk/build/unix/util/buildroot.hpux.sh
Log:
Add missing library for httpd.


Modified: trunk/build/unix/util/buildroot.hpux.sh
===================================================================
--- trunk/build/unix/util/buildroot.hpux.sh	2008-02-28 14:47:20 UTC (rev 1396)
+++ trunk/build/unix/util/buildroot.hpux.sh	2008-02-28 18:51:41 UTC (rev 1397)
@@ -23,7 +23,7 @@
 #
 # 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"
+tools="/bin/bash /etc/passwd /etc/group /etc/hosts /etc/netconfig /etc/resolv.conf /usr/lib/dld.sl /usr/lib/hpux32/uld.so /usr/lib/hpux32/dld.so /usr/lib/hpux32/libm.so.1 /usr/lib/hpux32/libpthread.so.1"
 depfiles="/bin/sh /usr/bin/test /usr/bin/dirname /usr/bin/basename /usr/bin/uname /usr/bin/grep /usr/bin/sh /usr/bin/expr /usr/bin/false /usr/bin/true"
 # tools are the tools we need for the tests.
 # depfiles are files the packages needed (to be generated).




More information about the jbossnative-commits mailing list