openssl: add no-dgram no-tests to skip dependencies

This commit is contained in:
boypt
2026-04-03 09:53:10 +08:00
parent 2eb5ee42ae
commit b036889913
3 changed files with 3 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ popd
mkdir -p openssl
tar xfz %{SOURCE3} --strip-components=1 -C openssl
pushd openssl
./config shared zlib -fPIC
./config no-dgram no-tests shared zlib -fPIC
make %{?_smp_mflags}
popd

View File

@@ -209,7 +209,7 @@ environment.
mkdir -p openssl
tar xfz %{SOURCE3} --strip-components=1 -C openssl
pushd openssl
./config shared zlib -fPIC
./config no-dgram no-tests shared zlib -fPIC
make %{?_smp_mflags}
popd
%endif

View File

@@ -189,7 +189,7 @@ environment.
mkdir -p openssl
tar xfz %{SOURCE3} --strip-components=1 -C openssl
pushd openssl
./config shared zlib -fPIC
./config no-dgram no-tests shared zlib -fPIC
make %{?_smp_mflags}
popd
%endif