components/dnsmasq/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, 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 # i18n component requires GNU xgettext
    28 # i18n component requires GNU xgettext
    38 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    38 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    39 COMPONENT_BUGDB=	service/dnsmasq
    39 COMPONENT_BUGDB=	service/dnsmasq
    40 
    40 
    41 TPNO=			16307
    41 TPNO=			16307
    42 
    42 
    43 include ../../make-rules/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include ../../make-rules/justmake.mk
    44 include $(WS_MAKE_RULES)/justmake.mk
    45 include ../../make-rules/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    47 # Enable ASLR for this component
    47 # Enable ASLR for this component
    48 ASLR_MODE = $(ASLR_ENABLE)
    48 ASLR_MODE = $(ASLR_ENABLE)
    49 
    49 
    50 COMPONENT_BUILD_ENV += CC="$(CC)"
    50 COMPONENT_BUILD_ENV += CC="$(CC)"
    62 
    62 
    63 install:	$(INSTALL_64)
    63 install:	$(INSTALL_64)
    64 
    64 
    65 test:		$(NO_TESTS)
    65 test:		$(NO_TESTS)
    66 
    66 
    67 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    68 
    67 
    69 include ../../make-rules/depend.mk
    68 REQUIRED_PACKAGES += library/libidn
       
    69 REQUIRED_PACKAGES += system/core-os
       
    70 REQUIRED_PACKAGES += system/library