summaryrefslogtreecommitdiff
path: root/packages/strongswan/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/strongswan/build.sh')
-rwxr-xr-xpackages/strongswan/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/strongswan/build.sh b/packages/strongswan/build.sh
index f4d6ca83..85fe4962 100755
--- a/packages/strongswan/build.sh
+++ b/packages/strongswan/build.sh
@@ -8,6 +8,9 @@ if [ ! -d ${SRC} ]; then
exit 1
fi
+# Re-install libcurl4-openssl-dev, removed during docker build by ocserv
+apt-get install -y libcurl4-openssl-dev
+
PATCH_DIR=${CWD}/patches
if [ -d $PATCH_DIR ]; then
for patch in $(ls ${PATCH_DIR})