components/squid/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 4603 915af16592e4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    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 = gcc3
    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 = gcc3
       
    47 
    47 
    48 CFLAGS += -I/usr/include/kerberosv5
    48 CFLAGS += -I/usr/include/kerberosv5
    49 CFLAGS += $(CPP_LARGEFILES)
    49 CFLAGS += $(CPP_LARGEFILES)
    50 
    50 
    51 # Squid has own prefix
    51 # Squid has own prefix
   125 # Enter <squid server URL>:897 in your web browser and squid should complain.
   125 # Enter <squid server URL>:897 in your web browser and squid should complain.
   126 # Squid is working properly.
   126 # Squid is working properly.
   127 
   127 
   128 test:		$(NO_TESTS)
   128 test:		$(NO_TESTS)
   129 
   129 
   130 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   131 
   130 
   132 include ../../make-rules/depend.mk
   131 REQUIRED_PACKAGES += library/libtool/libltdl
       
   132 REQUIRED_PACKAGES += library/security/openssl
       
   133 REQUIRED_PACKAGES += runtime/perl-512
       
   134 REQUIRED_PACKAGES += shell/ksh93
       
   135 REQUIRED_PACKAGES += system/core-os
       
   136 REQUIRED_PACKAGES += system/library
       
   137 REQUIRED_PACKAGES += system/library/gcc-3-runtime
       
   138 REQUIRED_PACKAGES += system/library/math
       
   139 REQUIRED_PACKAGES += system/library/security/gss
       
   140 REQUIRED_PACKAGES += system/library/security/libsasl
       
   141 REQUIRED_PACKAGES += system/network