mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
openssl: add no-dgram no-tests to skip dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user