summaryrefslogtreecommitdiff
path: root/openssl110
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-06 16:13:27 -0400
committerB Stack <bgstack15@gmail.com>2018-09-06 16:13:27 -0400
commit21ec644231c526b9b807252a0c998bb4ff512495 (patch)
treeabeb2e8cc78adb90797a9a1efe5f4c65338314f0 /openssl110
parentMerge branch 'master' of https://gitlab.com/bgstack15/stackrpms (diff)
downloadstackrpms-21ec644231c526b9b807252a0c998bb4ff512495.tar.gz
stackrpms-21ec644231c526b9b807252a0c998bb4ff512495.tar.bz2
stackrpms-21ec644231c526b9b807252a0c998bb4ff512495.zip
openssl110: add buildrequires: perl
Diffstat (limited to 'openssl110')
-rw-r--r--openssl110/openssl110.spec2
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.
bgstack15