diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-01-22 20:52:15 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-19 15:23:50 +0100 |
commit | 0e1d008d71b52bf84c28fd7ece4adc06e6df9976 (patch) | |
tree | 8daa6f95d88b8e3f84a095358b0c712c792dbfc2 | |
parent | b491ee4ecd56fb2ae131714474ccadb7a5077241 (diff) | |
download | strongswan-0e1d008d71b52bf84c28fd7ece4adc06e6df9976.tar.bz2 strongswan-0e1d008d71b52bf84c28fd7ece4adc06e6df9976.tar.xz |
Add /usr/local/lib/ipsec to linker cache
-rw-r--r-- | testing/hosts/default/etc/ld.so.conf.d/strongswan.conf | 1 | ||||
-rwxr-xr-x | testing/scripts/build-guestimages | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/testing/hosts/default/etc/ld.so.conf.d/strongswan.conf b/testing/hosts/default/etc/ld.so.conf.d/strongswan.conf new file mode 100644 index 000000000..8648d0185 --- /dev/null +++ b/testing/hosts/default/etc/ld.so.conf.d/strongswan.conf @@ -0,0 +1 @@ +/usr/local/lib/ipsec 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 |