SOURCES (DEVEL): postfix-dynamicmaps.patch - fix dict_pcre.so buil...
shadzik
shadzik at pld-linux.org
Wed Jan 10 04:26:09 CET 2007
Author: shadzik Date: Wed Jan 10 03:26:09 2007 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- fix dict_pcre.so build - my bad in last release
---- Files affected:
SOURCES:
postfix-dynamicmaps.patch (1.9.2.1 -> 1.9.2.2)
---- Diffs:
================================================================
Index: SOURCES/postfix-dynamicmaps.patch
diff -u SOURCES/postfix-dynamicmaps.patch:1.9.2.1 SOURCES/postfix-dynamicmaps.patch:1.9.2.2
--- SOURCES/postfix-dynamicmaps.patch:1.9.2.1 Wed Jan 10 03:59:49 2007
+++ SOURCES/postfix-dynamicmaps.patch Wed Jan 10 04:26:03 2007
@@ -639,8 +639,8 @@
dict_proxy.o domain_list.o dot_lockfile.o dot_lockfile_as.o \
dsb_scan.o dsn.o dsn_buf.o dsn_mask.o dsn_print.o dsn_util.o \
ehlo_mask.o ext_prop.o file_id.o flush_clnt.o header_opts.o \
---- postfix-2.4-20061229/src/util/Makefile.in.orig 2006-12-05 01:10:02.000000000 +0100
-+++ postfix-2.4-20061229/src/util/Makefile.in 2007-01-10 03:55:51.000000000 +0100
+--- postfix-2.4-20061229/src/util/Makefile.in.orig 2007-01-10 04:23:06.000000000 +0100
++++ postfix-2.4-20061229/src/util/Makefile.in 2007-01-10 04:22:31.000000000 +0100
@@ -30,14 +30,14 @@
username.c valid_hostname.c vbuf.c vbuf_print.c vstream.c \
vstream_popen.c vstring.c vstring_vstream.c watchdog.c writable.c \
@@ -667,7 +667,7 @@
HDRS = argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h \
chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h \
dict_cdb.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h \
-@@ -81,7 +81,7 @@
+@@ -81,12 +81,13 @@
sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h \
stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h \
username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h \
@@ -676,7 +676,13 @@
TESTSRC = fifo_open.c fifo_rdwr_bug.c fifo_rdonly_bug.c select_bug.c \
stream_test.c dup2_pass_on_exec.c
DEFS = -I. -D$(SYSTYPE)
-@@ -102,8 +102,9 @@
+ CFLAGS = $(DEBUG) $(OPT) $(DEFS)
+ FILES = Makefile $(SRCS) $(HDRS)
++PCRESO = dict_pcre.so
+ INCL =
+ LIB = libutil.a
+ TESTPROG= dict_open dup2_pass_on_exec events exec_command fifo_open \
+@@ -102,8 +103,9 @@
LIB_DIR = ../../lib
INC_DIR = ../../include
@@ -687,7 +693,7 @@
all: $(LIB)
-@@ -114,15 +115,19 @@
+@@ -114,15 +116,19 @@
test: $(TESTPROG)
@@ -711,7 +717,7 @@
-for i in $(HDRS); \
do \
cmp -s $$i $(INC_DIR)/$$i 2>/dev/null || cp $$i $(INC_DIR); \
-@@ -144,7 +149,8 @@
+@@ -144,7 +150,8 @@
lint $(SRCS)
clean:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/postfix-dynamicmaps.patch?r1=1.9.2.1&r2=1.9.2.2&f=u
More information about the pld-cvs-commit
mailing list