diff options
author | B Stack <bgstack15@gmail.com> | 2018-09-06 16:13:27 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-09-06 16:13:27 -0400 |
commit | 21ec644231c526b9b807252a0c998bb4ff512495 (patch) | |
tree | abeb2e8cc78adb90797a9a1efe5f4c65338314f0 /openssl110/openssl110.spec | |
parent | Merge branch 'master' of https://gitlab.com/bgstack15/stackrpms (diff) | |
download | stackrpms-21ec644231c526b9b807252a0c998bb4ff512495.tar.gz stackrpms-21ec644231c526b9b807252a0c998bb4ff512495.tar.bz2 stackrpms-21ec644231c526b9b807252a0c998bb4ff512495.zip |
openssl110: add buildrequires: perl
Diffstat (limited to 'openssl110/openssl110.spec')
-rw-r--r-- | openssl110/openssl110.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl110/openssl110.spec b/openssl110/openssl110.spec index 6143d99..272a15c 100644 --- a/openssl110/openssl110.spec +++ b/openssl110/openssl110.spec @@ -15,7 +15,7 @@ URL: http://www.openssl.org/ Source0: https://www.openssl.org/source/openssl-%{version}.tar.gz BuildRequires: coreutils -Requires: coreutils, make +BuildRequires: perl %description Custom build of openssl 1.1.0 to provide the openssl s_client -proxy flag. |