From 9820c0e208fa5c7467fb89b1bda86ced6962e02f Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 4 May 2006 07:55:42 +0000 Subject: - applied patch from andreas - pem loading - secrets file parsing - ikev2 testcase - some other additions here and there --- testing/scripts/build-umlrootfs | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index ba103838f..c2726cfc9 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -128,6 +128,7 @@ echo "export USERCOMPILE=\'-DRANDOM_DEVICE=\\\"/dev/urandom\\\"\'" >> $INSTALLSH echo "cd /root/${STRONGSWANVERSION}" >> $INSTALLSHELL echo "make programs" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL +echo "ldconfig" >> $INSTALLSHELL cecho-n " * Compiling $STRONGSWANVERSION within the root file system as chroot.." chroot $LOOPDIR /bin/bash /install.sh >> $LOGFILE 2>&1 -- cgit v1.2.3