components/privoxy/patches/solaris.patch
changeset 407 371955ee7fe6
child 4511 dd483456146f
equal deleted inserted replaced
406:f556f16e55d2 407:371955ee7fe6
       
     1 diff -ru privoxy-3.0.8-stable-orig/GNUmakefile.in privoxy-3.0.8-stable/GNUmakefile.in
       
     2 --- privoxy-3.0.8-stable-orig/GNUmakefile.in	Fri Aug  1 14:32:02 2008
       
     3 +++ privoxy-3.0.8-stable/GNUmakefile.in	Fri Aug  1 14:33:36 2008
       
     4 @@ -243,7 +243,7 @@
       
     5  # Add your flags here 
       
     6  OTHER_CFLAGS =   
       
     7  
       
     8 -CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
       
     9 +CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) \
       
    10           @STATIC_PCRE_ONLY@ -Ipcre 
       
    11  
       
    12  LDFLAGS = @LDFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
       
    13 diff -ru privoxy-3.0.8-stable-orig/config privoxy-3.0.8-stable/config
       
    14 --- privoxy-3.0.8-stable-orig/config	Fri Aug  1 14:32:01 2008
       
    15 +++ privoxy-3.0.8-stable/config	Fri Aug  1 14:37:51 2008
       
    16 @@ -260,7 +260,7 @@
       
    17  #
       
    18  #      No trailing "/", please.
       
    19  #
       
    20 -confdir .
       
    21 +confdir /etc/privoxy
       
    22  #
       
    23  #
       
    24  #  2.2. templdir
       
    25 @@ -315,7 +315,7 @@
       
    26  #
       
    27  #      No trailing "/", please.
       
    28  #
       
    29 -logdir .
       
    30 +logdir /var/log/privoxy
       
    31  #
       
    32  #
       
    33  #  2.4. actionsfile
       
    34 @@ -452,7 +452,7 @@
       
    35  #      Any log files must be writable by whatever user Privoxy is
       
    36  #      being run as (on Unix, default user id is "privoxy").
       
    37  #
       
    38 -logfile logfile
       
    39 +logfile privoxy.log
       
    40  #
       
    41  #
       
    42  #  2.7. jarfile