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, 0 insertions, 3 deletions
diff --git a/packages/strongswan/build.sh b/packages/strongswan/build.sh
index 85fe4962..f4d6ca83 100755
--- a/packages/strongswan/build.sh
+++ b/packages/strongswan/build.sh
@@ -8,9 +8,6 @@ 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})