components/squid/Makefile
changeset 4562 43ef811d0422
parent 4539 f2b9eb7f8e76
child 4690 384db5537828
equal deleted inserted replaced
4561:330cbd4379f6 4562:43ef811d0422
    94 CONFIGURE_OPTIONS += --with-build-environment=POSIX_V6_ILP32_OFFBIG
    94 CONFIGURE_OPTIONS += --with-build-environment=POSIX_V6_ILP32_OFFBIG
    95 CONFIGURE_OPTIONS += --with-pthreads
    95 CONFIGURE_OPTIONS += --with-pthreads
    96 
    96 
    97 COMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS)"
    97 COMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS)"
    98 
    98 
       
    99 # Appends the following line to the end of the squid.conf configuration
       
   100 # file. This line is necessary for running squid for testing. 
       
   101 # This starts up squid as user webservd. 
       
   102 COMPONENT_POST_INSTALL_ACTION += \
       
   103 	(cd $(PROTO_DIR)/etc/squid ; \
       
   104  	echo '\ncache_effective_user webservd' >> squid.conf)
       
   105 
    99 ASLR_MODE = $(ASLR_ENABLE)
   106 ASLR_MODE = $(ASLR_ENABLE)
   100 
   107 
   101 # common targets
   108 # common targets
   102 configure:	$(CONFIGURE_64)
   109 configure:	$(CONFIGURE_64)
   103 
   110