From ed1f6221b2be056f3d804261141f6fa341b3ac22 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 2 Mar 2012 21:44:49 +0100 Subject: [PATCH] openssl: Requires ca-certificates. --- openssl/openssl.nm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openssl/openssl.nm b/openssl/openssl.nm index 12bf7cbb8..46d30e921 100644 --- a/openssl/openssl.nm +++ b/openssl/openssl.nm @@ -5,7 +5,7 @@ name = openssl version = 1.0.0g -release = 2 +release = 3 maintainer = Michael Tremer groups = System/Libraries @@ -34,7 +34,7 @@ build find crypto/ -name Makefile -exec \ sed 's/^ASFLAGS=/&-Wa,--noexecstack /' -i {} \; - # # Modify the various perl scripts to reference perl in the right location. + # Modify the various perl scripts to reference perl in the right location. perl util/perlpath.pl /usr/bin # Generate a table with the compile settings for my perusal. @@ -131,6 +131,12 @@ end packages package %{name} + package %{name}-libs + template LIBS + + requires += ca-certificates + end + package %{name}-devel template DEVEL end -- 2.39.5