components/findutils/Makefile
changeset 1095 e720196b46b2
parent 1085 23b00a0af1ef
child 1191 3bdf33525a13
equal deleted inserted replaced
1094:e3d767add5f3 1095:e720196b46b2
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2013, 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=		findutils
    28 COMPONENT_NAME=		findutils
    40 include ../../make-rules/ips.mk
    40 include ../../make-rules/ips.mk
    41 
    41 
    42 CONFIGURE_PREFIX =	/usr/gnu
    42 CONFIGURE_PREFIX =	/usr/gnu
    43 
    43 
    44 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    44 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
       
    45 
       
    46 # Disable the leaf optimisation feature, because the st_nlinks directory
       
    47 # field is incorrect on ZFS file systems.
    45 CONFIGURE_OPTIONS +=	--disable-leaf-optimisation
    48 CONFIGURE_OPTIONS +=	--disable-leaf-optimisation
    46 
    49 
    47 # common targets
    50 # common targets
    48 build:          $(BUILD_64)
    51 build:          $(BUILD_64)
    49 
    52