diff -r ed41ac4d806d -r 124d0986db12 components/libksba/Makefile --- a/components/libksba/Makefile Wed May 13 05:05:38 2015 -0700 +++ b/components/libksba/Makefile Tue Apr 14 14:29:32 2015 -0700 @@ -18,17 +18,17 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk COMPONENT_NAME= libksba -COMPONENT_VERSION= 1.1.0 +COMPONENT_VERSION= 1.3.2 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL= http://www.gnupg.org/related_software/libksba/ COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_HASH= \ - sha256:d8eb845d7272d23a00d4da6dc65f108ded6a977f32abf4488a075335433769f7 + sha256:eb95537955dfc2845690a4cc3836074fa6d0a2c2ca2cbf1759364d3bd9868406 COMPONENT_ARCHIVE_URL= ftp://ftp.gnupg.org/gcrypt/libksba/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= utility/gnupg @@ -58,6 +58,7 @@ CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR) CONFIGURE_OPTIONS += --enable-shared CONFIGURE_OPTIONS += --disable-static +CONFIGURE_OPTIONS += --disable-silent-rules CONFIGURE_OPTIONS += --with-gpg-error-prefix=$(CONFIGURE_PREFIX) CONFIGURE_OPTIONS += --with-pic