components/gnupg/Makefile
changeset 5125 34cc580c62c2
parent 5000 ba06ad809495
child 5682 94c0ca64c022
equal deleted inserted replaced
5124:3a6b9e3809f7 5125:34cc580c62c2
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 BITS=64
    23 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    24 
    25 
    25 COMPONENT_NAME=		gnupg
    26 COMPONENT_NAME=		gnupg
    26 COMPONENT_VERSION=	2.0.27
    27 COMPONENT_VERSION=	2.0.27
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
   117 CONFIGURE_OPTIONS  +=		--with-libiconv-prefix=$(CONFIGURE_PREFIX)
   118 CONFIGURE_OPTIONS  +=		--with-libiconv-prefix=$(CONFIGURE_PREFIX)
   118 CONFIGURE_OPTIONS  +=		--with-libintl-prefix=$(CONFIGURE_PREFIX)
   119 CONFIGURE_OPTIONS  +=		--with-libintl-prefix=$(CONFIGURE_PREFIX)
   119 CONFIGURE_OPTIONS  +=		--with-zlib=$(CONFIGURE_PREFIX)
   120 CONFIGURE_OPTIONS  +=		--with-zlib=$(CONFIGURE_PREFIX)
   120 CONFIGURE_OPTIONS  +=		--with-bzip2=$(CONFIGURE_PREFIX)
   121 CONFIGURE_OPTIONS  +=		--with-bzip2=$(CONFIGURE_PREFIX)
   121 CONFIGURE_OPTIONS  +=		--with-readline=$(CONFIGURE_PREFIX)
   122 CONFIGURE_OPTIONS  +=		--with-readline=$(CONFIGURE_PREFIX)
   122 CONFIGURE_BINDIR.64 =   $(CONFIGURE_PREFIX)/bin
       
   123 CONFIGURE_SBINDIR.64 =  $(CONFIGURE_PREFIX)/sbin
       
   124 
   123 
   125 LIBKSBA_MANIFEST = 	manifest-$(MACH)-libksba.depend
   124 LIBKSBA_MANIFEST = 	manifest-$(MACH)-libksba.depend
   126 LIBASSUAN_MANIFEST =	manifest-$(MACH)-libassuan.depend
   125 LIBASSUAN_MANIFEST =	manifest-$(MACH)-libassuan.depend
   127 GPGME_MANIFEST =	manifest-$(MACH)-gpgme.depend
   126 GPGME_MANIFEST =	manifest-$(MACH)-gpgme.depend
   128 PINENTRY_MANIFEST =	manifest-$(MACH)-pinentry.depend
   127 PINENTRY_MANIFEST =	manifest-$(MACH)-pinentry.depend