components/squid/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
       
    25 
       
    26 COMPILER =	gcc
    25 
    27 
    26 include ../../make-rules/shared-macros.mk
    28 include ../../make-rules/shared-macros.mk
    27 
    29 
    28 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin:/usr/perl5/bin
    30 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin:/usr/perl5/bin
    29 
    31 
    37 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)Versions/v3/3.1/$(COMPONENT_ARCHIVE)
    39 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)Versions/v3/3.1/$(COMPONENT_ARCHIVE)
    38 COMPONENT_BUGDB=	utility/squid
    40 COMPONENT_BUGDB=	utility/squid
    39 
    41 
    40 TPNO=			13323
    42 TPNO=			13323
    41 
    43 
    42 include ../../make-rules/prep.mk
    44 include $(WS_MAKE_RULES)/prep.mk
    43 include ../../make-rules/configure.mk
    45 include $(WS_MAKE_RULES)/configure.mk
    44 include ../../make-rules/ips.mk
    46 include $(WS_MAKE_RULES)/ips.mk
    45 
       
    46 COMPILER =	gcc
       
    47 
    47 
    48 CXX += $(CC_BITS)
    48 CXX += $(CC_BITS)
    49 
    49 
    50 CFLAGS += -I/usr/include/kerberosv5
    50 CFLAGS += -I/usr/include/kerberosv5
    51 CFLAGS += $(CPP_LARGEFILES)
    51 CFLAGS += $(CPP_LARGEFILES)
   137 # Enter <squid server URL>:897 in your web browser and squid should complain.
   137 # Enter <squid server URL>:897 in your web browser and squid should complain.
   138 # Squid is working properly.
   138 # Squid is working properly.
   139 
   139 
   140 test:		$(NO_TESTS)
   140 test:		$(NO_TESTS)
   141 
   141 
   142 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   143 
   142 
   144 include ../../make-rules/depend.mk
   143 REQUIRED_PACKAGES += library/libtool/libltdl
       
   144 REQUIRED_PACKAGES += library/security/openssl
       
   145 REQUIRED_PACKAGES += runtime/perl-512
       
   146 REQUIRED_PACKAGES += runtime/perl-516
       
   147 REQUIRED_PACKAGES += shell/ksh93
       
   148 REQUIRED_PACKAGES += system/core-os
       
   149 REQUIRED_PACKAGES += system/library
       
   150 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
       
   151 REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
       
   152 REQUIRED_PACKAGES += system/library/math
       
   153 REQUIRED_PACKAGES += system/library/security/crypto
       
   154 REQUIRED_PACKAGES += system/library/security/gss
       
   155 REQUIRED_PACKAGES += system/library/security/libsasl
       
   156 REQUIRED_PACKAGES += system/network