~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to update/1.3.03/maradns-1.3.02-pipe.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- maradns-1.3.02/build/Makefile.mingw32       2007-01-09 12:16:34.000000000 -0800
2
 
+++ maradns-1.3.03/build/Makefile.mingw32       2007-02-13 16:58:16.000000000 -0800
3
 
@@ -27,16 +27,13 @@
4
 
 #Q="DEFINES=-DSELECT_PROBLEM"
5
 
 
6
 
 # FreeBSD needs some special flags to compile MaraDNS
7
 
-CC="gcc -Os -DMINGW32 -DNO_FLOCK"
8
 
+CC="gcc -Os -DMINGW32 -DNO_FLOCK -pipe"
9
 
 M=CC=$(CC) 
10
 
 V="VERSION=$(VERSION)"
11
 
 
12
 
 # Debug
13
 
 D=$(M) DEBUG=-DDEBUG
14
 
 
15
 
-FLAGS = -Os -Wall
16
 
-#FLAGS = -g
17
 
-
18
 
 all: 
19
 
        cd libs ; make $(M) ; cd ../dns ; make $(M) ; \
20
 
        cd ../rng ; make $(M) ; cd ../parse ; make $(M) ; \