mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Revert "strongSwan: T1888: install libcurl4-openssl-dev build dependency"
This reverts commit 05d0c7359ee1e3084e25ba294c6492031d893423.
This commit is contained in:
parent
05d0c7359e
commit
efa8fa1bb5
@ -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})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user