]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-no_cdb.patch
/var/spool/postfix/pid should be owned by root
[packages/postfix.git] / postfix-no_cdb.patch
CommitLineData
9332ad30
AO
1--- postfix-2.11.5.orig/src/util/Makefile.in.orig 2015-08-11 13:48:16.897867369 +0200
2+++ postfix-2.11.5/src/util/Makefile.in 2015-08-11 13:54:19.074562492 +0200
3@@ -137,7 +137,7 @@
4 gcc -shared -Wl,-soname,dict_pcre.so -o $@ $? -lpcre -L. -lutil
5
6 $(LIB): $(OBJS)
7- gcc -shared -Wl,-soname,libpostfix-util.so.1 -o $(LIB) $(OBJS) -ldl -lcdb -lnsl -ldb
8+ gcc -shared -Wl,-soname,libpostfix-util.so.1 -o $(LIB) $(OBJS) -ldl -lnsl -ldb
9
10 $(LIB_DIR)/$(LIB): $(LIB)
11 cp $(LIB) $(LIB_DIR)
This page took 0.06725 seconds and 4 git commands to generate.