components/pcre/Makefile
branchs11u2-sru
changeset 4620 e3a4a6201724
parent 2434 6c9bb5cf5610
equal deleted inserted replaced
4619:ca1d23775800 4620:e3a4a6201724
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		pcre
    27 COMPONENT_NAME=		pcre
    28 COMPONENT_VERSION=	8.21
    28 COMPONENT_VERSION=	8.37
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:62e1116549ce5b1ad92901f04d8338d5f7b59f92abce8d15e9a17cafe0efb102
    32     sha256:19d490a714274a8c4c9d131f651489b8647cdb40a159e9fb7ce17ba99ef992ab
    33 COMPONENT_ARCHIVE_URL=	http://sourceforge.net/projects/pcre/files/pcre/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	http://sourceforge.net/projects/pcre/files/pcre/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    34 COMPONENT_PROJECT_URL=  http://pcre.org/
    34 COMPONENT_PROJECT_URL=  http://pcre.org/
    35 COMPONENT_BUGDB=	library/pcre
    35 COMPONENT_BUGDB=	library/pcre
    36 
    36 
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/prep.mk
   104 COMPONENT_BUILD_ENV+=	"INSTALL=$(INSTALL)"
   104 COMPONENT_BUILD_ENV+=	"INSTALL=$(INSTALL)"
   105 COMPONENT_BUILD_ENV+=	"MAKE=$(GMAKE)"
   105 COMPONENT_BUILD_ENV+=	"MAKE=$(GMAKE)"
   106 
   106 
   107 COMPONENT_BUILD_ARGS+=	-e
   107 COMPONENT_BUILD_ARGS+=	-e
   108 
   108 
       
   109 ASLR_MODE = $(ASLR_ENABLE)
       
   110 
   109 COMPONENT_INSTALL_ARGS+=	"INSTALL=$(INSTALL)"
   111 COMPONENT_INSTALL_ARGS+=	"INSTALL=$(INSTALL)"
   110 COMPONENT_INSTALL_ARGS+=	"MAKE=$(GMAKE)"
   112 COMPONENT_INSTALL_ARGS+=	"MAKE=$(GMAKE)"
   111 
   113 
   112 # common targets
   114 # common targets
   113 
   115