]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Remove --enable-scepclient from macOS build options
authorTobias Brunner <tobias@strongswan.org>
Mon, 5 Sep 2022 15:14:52 +0000 (17:14 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 6 Sep 2022 07:33:00 +0000 (09:33 +0200)
scripts/test.sh

index 3e11d987ee68a3d6be238f5455a646b4aa4a82ed..692a9c17cd657280709ca2ce6f3eef9c1f7bf233 100755 (executable)
@@ -290,8 +290,8 @@ macos)
                        --enable-kernel-pfroute --enable-nonce --enable-openssl
                        --enable-osx-attr --enable-pem --enable-pgp --enable-pkcs1
                        --enable-pkcs8 --enable-pki --enable-pubkey --enable-revocation
-                       --enable-scepclient --enable-socket-default --enable-sshkey
-                       --enable-stroke --enable-swanctl --enable-unity --enable-updown
+                       --enable-socket-default --enable-sshkey --enable-stroke
+                       --enable-swanctl --enable-unity --enable-updown
                        --enable-x509 --enable-xauth-generic"
        DEPS="automake autoconf libtool bison gettext openssl@1.1 curl"
        BREW_PREFIX=$(brew --prefix)