components/sudo/Makefile
changeset 7245 934578b959f0
parent 6023 1285c8b9e736
child 7301 0853d00f0cd4
equal deleted inserted replaced
7244:0d8fd6bb915f 7245:934578b959f0
    44 include $(WS_MAKE_RULES)/common.mk
    44 include $(WS_MAKE_RULES)/common.mk
    45 
    45 
    46 # Fix 64-bit linking via compiler.
    46 # Fix 64-bit linking via compiler.
    47 LDFLAGS += $(CC_BITS)
    47 LDFLAGS += $(CC_BITS)
    48 LDFLAGS += -lldap_r-2.4
    48 LDFLAGS += -lldap_r-2.4
       
    49 
       
    50 # Enable adiheap and adistack security extensions
       
    51 ADIHEAP_MODE =	$(ADIHEAP_ENABLE)
       
    52 ADISTACK_MODE =	$(ADISTACK_ENABLE)
    49 
    53 
    50 # Allows zero-sized struct/union declarations and void functions with return
    54 # Allows zero-sized struct/union declarations and void functions with return
    51 # statements returning a value to work.
    55 # statements returning a value to work.
    52 CFLAGS += -features=extensions
    56 CFLAGS += -features=extensions
    53 
    57