components/openssl/openssl-0.9.8-fips-140/Makefile
branchs11-update
changeset 2434 6c9bb5cf5610
parent 914 39cfb488e7d8
child 2575 b6ffd60bade0
--- a/components/openssl/openssl-0.9.8-fips-140/Makefile	Wed Nov 28 01:19:47 2012 -0800
+++ b/components/openssl/openssl-0.9.8-fips-140/Makefile	Thu Nov 29 06:06:04 2012 -0800
@@ -26,17 +26,19 @@
 
 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
 
-COMPONENT_NAME =	openssl
+COMPONENT_NAME =	openssl-fips-140
 # Note that this is the OpenSSL version that is used to build FIPS-140 certified
 # libraries. However, we use the FIPS canister version for the IPS package.
 COMPONENT_VERSION =	0.9.8q
 IPS_COMPONENT_VERSION = 1.2
 COMPONENT_PROJECT_URL=	http://www.openssl.org/
-COMPONENT_SRC =		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_SRC_NAME =	openssl
+COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
     sha256:d522b3e8a2b48e83ba1e142d7205eaca01358a137bb58e8d64583574e697ffd7
 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/openssl
 
 # Apply the patch on SPARC only. Must put this before including prep.mk as
 # mentioned in there.