components/jansson/Makefile
changeset 6552 402379bc1b60
parent 6026 eca0f4ac65d8
child 7687 1093e2a9adbd
equal deleted inserted replaced
6551:ed4d06e2fe03 6552:402379bc1b60
    46 
    46 
    47 # 003-CVE-2016-4425.patch modifies jansson_config.h.in that will generate a new
    47 # 003-CVE-2016-4425.patch modifies jansson_config.h.in that will generate a new
    48 # jansson_config.h in the build subdirectory. We need to rm the one in the
    48 # jansson_config.h in the build subdirectory. We need to rm the one in the
    49 # original source so that it doesn't get in the way.
    49 # original source so that it doesn't get in the way.
    50 COMPONENT_PREP_ACTION += $(RM) $(@D)/src/jansson_config.h
    50 COMPONENT_PREP_ACTION += $(RM) $(@D)/src/jansson_config.h
    51 
       
    52 ASLR_MODE = $(ASLR_ENABLE)