components/libdnet/Makefile
changeset 1191 3bdf33525a13
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1190:477fb9c70524 1191:3bdf33525a13
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    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 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		libdnet
    25 COMPONENT_NAME=		libdnet
    26 COMPONENT_VERSION=	1.12
    26 COMPONENT_VERSION=	1.12
    51 CONFIGURE_OPTIONS += ac_cv_dnet_linux_pf_packet=no
    51 CONFIGURE_OPTIONS += ac_cv_dnet_linux_pf_packet=no
    52 
    52 
    53 # Uncomment if you have the Check unit testing framework installed.
    53 # Uncomment if you have the Check unit testing framework installed.
    54 #CONFIGURE_OPTIONS +=	--with-check=/usr
    54 #CONFIGURE_OPTIONS +=	--with-check=/usr
    55 
    55 
       
    56 ASLR_MODE = $(ASLR_ENABLE)
       
    57 
    56 # common targets
    58 # common targets
    57 build:		$(BUILD_32_and_64)
    59 build:		$(BUILD_32_and_64)
    58 
    60 
    59 install:	$(INSTALL_32_and_64)
    61 install:	$(INSTALL_32_and_64)
    60 
    62