aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-guestimages
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2013-01-22 20:52:15 +0100
committerTobias Brunner <tobias@strongswan.org>2013-03-19 15:23:50 +0100
commit0e1d008d71b52bf84c28fd7ece4adc06e6df9976 (patch)
tree8daa6f95d88b8e3f84a095358b0c712c792dbfc2 /testing/scripts/build-guestimages
parentb491ee4ecd56fb2ae131714474ccadb7a5077241 (diff)
downloadstrongswan-0e1d008d71b52bf84c28fd7ece4adc06e6df9976.tar.bz2
strongswan-0e1d008d71b52bf84c28fd7ece4adc06e6df9976.tar.xz
Add /usr/local/lib/ipsec to linker cache
Diffstat (limited to 'testing/scripts/build-guestimages')
-rwxr-xr-xtesting/scripts/build-guestimages2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/scripts/build-guestimages b/testing/scripts/build-guestimages
index 3e0709db9..b93c868d2 100755
--- a/testing/scripts/build-guestimages
+++ b/testing/scripts/build-guestimages
@@ -46,6 +46,8 @@ do
execute "mount $NBDPARTITION $LOOPDIR" 0
execute "cp -rf $HOSTSDIR/${host}/etc $LOOPDIR" 0
execute "cp -rf $HOSTSDIR/default/* $LOOPDIR" 0
+ execute_chroot "ldconfig" 0
+
if [ "$host" = "winnetou" ]
then
execute "mkdir $LOOPDIR/var/log/apache2/ocsp" 0