]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssl: Requires ca-certificates.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 2 Mar 2012 20:44:49 +0000 (21:44 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 2 Mar 2012 20:44:49 +0000 (21:44 +0100)
openssl/openssl.nm

index 12bf7cbb8fa854d62ee974c612254124b6e90a9b..46d30e921f4c299aa3865c5b864d71f24064ef44 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = openssl
 version    = 1.0.0g
-release    = 2
+release    = 3
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 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