components/cups/Makefile
changeset 1097 6ab0c0792118
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1096:d79c1a1cf681 1097:6ab0c0792118
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		cups
    27 COMPONENT_NAME=		cups
    28 COMPONENT_VERSION=	1.4.5
    28 COMPONENT_VERSION=	1.4.5
    61 CONFIGURE_OPTIONS +=	--enable-labeling
    61 CONFIGURE_OPTIONS +=	--enable-labeling
    62 CONFIGURE_OPTIONS +=	--enable-openssl
    62 CONFIGURE_OPTIONS +=	--enable-openssl
    63 CONFIGURE_OPTIONS +=	--enable-dbus
    63 CONFIGURE_OPTIONS +=	--enable-dbus
    64 CONFIGURE_OPTIONS +=	--enable-threads
    64 CONFIGURE_OPTIONS +=	--enable-threads
    65 CONFIGURE_OPTIONS +=	--enable-64bit
    65 CONFIGURE_OPTIONS +=	--enable-64bit
       
    66 CONFIGURE_OPTIONS +=	--enable-auditing
    66 
    67 
    67 CONFIGURE_OPTIONS += 	ARCH64FLAGS=-m64
    68 CONFIGURE_OPTIONS += 	ARCH64FLAGS=-m64
    68 CONFIGURE_OPTIONS += 	DSO64FLAGS="$(LDLIBS) -G"
    69 CONFIGURE_OPTIONS += 	DSO64FLAGS="$(LDLIBS) -G"
    69 CONFIGURE_OPTIONS += 	"ac_cv_search_getifaddrs=no"
    70 CONFIGURE_OPTIONS += 	"ac_cv_search_getifaddrs=no"
    70 CONFIGURE_OPTIONS += 	"ac_cv_func_statfs=no"
    71 CONFIGURE_OPTIONS += 	"ac_cv_func_statfs=no"