components/quagga/Makefile
changeset 1948 2d1537e7942d
parent 1058 34d7aaa03423
child 2225 f064d3d3190d
child 3996 20c0f21bbe1e
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		quagga
    28 COMPONENT_NAME=		quagga
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    34 COMPONENT_ARCHIVE_HASH=	\
    34 COMPONENT_ARCHIVE_HASH=	\
    35     sha256:bc5052d285af6e7aac42984741e74261637c57c4a02032bf05de7a5ea3a1afe0
    35     sha256:bc5052d285af6e7aac42984741e74261637c57c4a02032bf05de7a5ea3a1afe0
    36 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    37 COMPONENT_BUGDB=	service/quagga
    37 COMPONENT_BUGDB=	service/quagga
       
    38 
       
    39 TPNO=			9106
    38 
    40 
    39 PATCH_LEVEL = 0
    41 PATCH_LEVEL = 0
    40 
    42 
    41 # without this we bus error on sparc. Until the code in all of Quagga
    43 # without this we bus error on sparc. Until the code in all of Quagga
    42 # does not have any misaligned code we will need the following flag.
    44 # does not have any misaligned code we will need the following flag.