SPECS: postfix.spec - Add --with tcp bcond for unofficial TCP look...

japhy japhy at pld-linux.org
Mon Feb 12 17:55:13 CET 2007


Author: japhy                        Date: Mon Feb 12 16:55:13 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Add --with tcp bcond for unofficial TCP lookup table.

---- Files affected:
SPECS:
   postfix.spec (1.272 -> 1.273) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.272 SPECS/postfix.spec:1.273
--- SPECS/postfix.spec:1.272	Mon Feb 12 02:06:27 2007
+++ SPECS/postfix.spec	Mon Feb 12 17:55:08 2007
@@ -12,6 +12,7 @@
 %bcond_without	cdb	# without cdb map support
 %bcond_without	vda	# with VDA patch
 %bcond_with	hir	# with Beeth's header_if_reject patch
+%bcond_with	tcp	# with unofficial tcp: lookup table
 #%bcond_with	polish	# with double English+Polish messages
 #
 Summary:	Postfix Mail Transport Agent
@@ -231,6 +232,10 @@
 %patch10 -p1
 %patch11 -p1
 
+%if %{with tcp}
+sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
+%endif
+
 %build
 %{__make} -f Makefile.init makefiles
 %{__make} tidy
@@ -422,6 +427,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.273  2007/02/12 16:55:08  japhy
+- Add --with tcp bcond for unofficial TCP lookup table.
+
 Revision 1.272  2007/02/12 01:06:27  baggins
 - converted to UTF-8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/postfix.spec?r1=1.272&r2=1.273&f=u



More information about the pld-cvs-commit mailing list