]> git.pld-linux.org Git - packages/boa.git/commitdiff
- use LDFLAGS = @LDFLAGS@ instead LDFLAGS = @LIBS@ -g in Makefile.in.
authorkloczek <kloczek@pld-linux.org>
Sun, 10 Sep 2000 03:29:12 +0000 (03:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa-PLD.patch -> 1.13

boa-PLD.patch

index a9e8575b9be4f71903788e1de0d2727b8e571df5..9c887c33627d25a46c54c664f3f94c99853ff80c 100644 (file)
@@ -58,11 +58,12 @@ diff -bruN boa-0.94.8.2/boa.conf boa-0.94.8.2.pld/boa.conf
 diff -bruN boa-0.94.8.2/src/Makefile.in boa-0.94.8.2.pld/src/Makefile.in
 --- boa-0.94.8.2/src/Makefile.in       Sat Feb 12 22:52:45 2000
 +++ boa-0.94.8.2.pld/src/Makefile.in   Sun Sep 10 04:37:16 2000
-@@ -13,7 +13,7 @@
+@@ -12,7 +12,7 @@
  # Add -pg to CFLAGS and LDFLAGS to get profiling output with gcc/gprof
  
- LDFLAGS = @LIBS@ -g 
+-LDFLAGS = @LIBS@ -g 
 -CFLAGS = -O -Wall -g
++LDFLAGS = @LDFLAGS@
 +CFLAGS = @CFLAGS@
  
  # Change these if necessary
This page took 0.106454 seconds and 4 git commands to generate.