components/bind/Makefile
branchs11-update
changeset 2348 06c210be735c
parent 931 edad31738126
child 2377 62cc5642c379
equal deleted inserted replaced
2346:2f5801726dd0 2348:06c210be735c
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		bind
    25 COMPONENT_NAME=		bind
    26 COMPONENT_VERSION=	9.6-ESV-R7-P2
    26 COMPONENT_VERSION=	9.6-ESV-R7-P3
    27 IPS_COMPONENT_VERSION=	9.6.3.7.2
    27 IPS_COMPONENT_VERSION=	9.6.3.7.3
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_PROJECT_URL=	http://www.isc.org/software/bind/
    30 COMPONENT_PROJECT_URL=	http://www.isc.org/software/bind/
    31 
    31 
    32 # hash from: sha256sum $(COMPONENT_ARCHIVE) | sed 's/\(.[^ ]*\).*/sha256:\1/'
    32 # hash from: sha256sum $(COMPONENT_ARCHIVE) | sed 's/\(.[^ ]*\).*/sha256:\1/'
    33 COMPONENT_ARCHIVE_HASH=	 \
    33 COMPONENT_ARCHIVE_HASH=	 \
    34     sha256:5dd1f751983f9658d34d1b31e384643554a94f79e1f3ee551d9af72a0550cf93
    34     sha256:c3ca6ab6c162689ec9662d822b255c3a99c076d968bc059b4ae11f1d4c35edae
    35 COMPONENT_ARCHIVE_URL=	\
    35 COMPONENT_ARCHIVE_URL=	\
    36 	http://ftp.isc.org/isc/bind9/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    36 	http://ftp.isc.org/isc/bind9/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    37 
    37 
    38 include ../../make-rules/prep.mk
    38 include ../../make-rules/prep.mk
    39 include ../../make-rules/configure.mk
    39 include ../../make-rules/configure.mk
    57 CONFIGURE_OPTIONS +=	--with-openssl
    57 CONFIGURE_OPTIONS +=	--with-openssl
    58 CONFIGURE_OPTIONS +=	--enable-threads=yes
    58 CONFIGURE_OPTIONS +=	--enable-threads=yes
    59 CONFIGURE_OPTIONS +=	--enable-devpoll=yes
    59 CONFIGURE_OPTIONS +=	--enable-devpoll=yes
    60 CONFIGURE_OPTIONS +=	--disable-openssl-version-check
    60 CONFIGURE_OPTIONS +=	--disable-openssl-version-check
    61 CONFIGURE_OPTIONS +=	--enable-fixed-rrset
    61 CONFIGURE_OPTIONS +=	--enable-fixed-rrset
    62 CONFIGURE_OPTIONS +=	--disable-getifaddrs
       
    63 CONFIGURE_OPTIONS +=	--with-pkcs11
    62 CONFIGURE_OPTIONS +=	--with-pkcs11
    64 
    63 
    65 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    64 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    66 # Configure will add "-mt" to CC which is already set in CFLAGS, so override.
    65 # Configure will add "-mt" to CC which is already set in CFLAGS, so override.
    67 CONFIGURE_OPTIONS +=	CC="$(CC)"
    66 CONFIGURE_OPTIONS +=	CC="$(CC)"