]> git.pld-linux.org Git - packages/boa.git/commitdiff
- final version
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 16 Jul 1999 15:46:32 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa-PLD.patch -> 1.4

boa-PLD.patch

index a23933beafb39327075830692f6c18cd10606119..12aa2909f445cb6b63d018b48ee94d64a41f936b 100644 (file)
@@ -115,3 +115,20 @@ diff -ur boa-0.93.16.1/util/resolver.pl boa-0.93.16.1.new/util/resolver.pl
  # Otherwise, send the output of this program wherever you want:
  #  resolver.pl access_log >access_log_resolved
  
+diff -ur boa-0.93.16.1/util/Makefile boa-0.93.16.1.new/util/Makefile
+--- boa-0.93.16.1/util/Makefile        Sun Nov  7 23:18:21 1999
++++ boa-0.93.16.1.new/util/Makefile    Fri Jul 16 17:29:45 1999
+@@ -4,10 +4,10 @@
+       rm cpsel cp-test 
+ cpsel:        cpsel.c cpsel.config.h
+-      gcc -o cpsel cpsel.c
++      gcc $(RPM_OPT_FLAGS) -o cpsel cpsel.c
+ cp-test: cp-test.c
+-      gcc -o cp-test cp-test.c
++      gcc $(RPM_OPT_FLAGS) -o cp-test cp-test.c
+       
+ boa_indexer: index_dir.c
+-      gcc -o boa_indexer index_dir.c
++      gcc $(RPM_OPT_FLAGS) -o boa_indexer index_dir.c
This page took 0.069143 seconds and 4 git commands to generate.