]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-no_cdb.patch
10a46a3dfa3ba2adaffaa015bebfe66bdb5c1ac7
[packages/postfix.git] / postfix-no_cdb.patch
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.021757 seconds and 2 git commands to generate.