diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2022-01-16 15:07:30 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-18 09:01:51 -0800 |
commit | 2c710b005af209d95d4a3091a556f5660f77aa60 (patch) | |
tree | 4761bb328e87b673eadd01d589da570c458e1cb8 /meta-networking/recipes-daemons/postfix/files/postfix-install.patch | |
parent | 87bde66c95d6d07ca6b58696f0654425e26c79a2 (diff) | |
download | meta-openembedded-2c710b005af209d95d4a3091a556f5660f77aa60.tar.gz |
postfix: upgrade 3.6.3 -> 3.6.4
Refresh patches.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/files/postfix-install.patch')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/files/postfix-install.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-networking/recipes-daemons/postfix/files/postfix-install.patch b/meta-networking/recipes-daemons/postfix/files/postfix-install.patch deleted file mode 100644 index 45479bd52a..0000000000 --- a/meta-networking/recipes-daemons/postfix/files/postfix-install.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | Index: postfix-3.2.2/postfix-install | ||
2 | =================================================================== | ||
3 | --- postfix-3.2.2.orig/postfix-install | ||
4 | +++ postfix-3.2.2/postfix-install | ||
5 | @@ -843,7 +843,7 @@ IFS="$BACKUP_IFS" | ||
6 | # the wrong place when Postfix is being upgraded. | ||
7 | |||
8 | case "$mail_version" in | ||
9 | -"") mail_version="`$POSTCONF -dhx mail_version`" || exit 1 | ||
10 | +"") mail_version="`$POSTCONF -c $CONFIG_DIRECTORY -dhx mail_version`" || exit 1 | ||
11 | esac | ||
12 | |||
13 | # Undo MAIL_VERSION expansion at the end of a parameter value. If | ||
14 | Index: postfix-3.2.2/Makefile.in | ||
15 | =================================================================== | ||
16 | --- postfix-3.2.2.orig/Makefile.in | ||
17 | +++ postfix-3.2.2/Makefile.in | ||
18 | @@ -20,7 +20,7 @@ META = meta/main.cf.proto meta/master.cf | ||
19 | EXPAND = sed -e "s;\$${LIB_PREFIX};$(LIB_PREFIX);" \ | ||
20 | -e "s;\$${LIB_SUFFIX};$(LIB_SUFFIX);" | ||
21 | SHLIB_DIR_OVERRIDE = \ | ||
22 | - $${shlib_directory:-`$(SHLIB_ENV) bin/postconf -dhx shlib_directory`} | ||
23 | + $${shlib_directory:-`$(SHLIB_ENV) $(POSTCONF) -dhx shlib_directory`} | ||
24 | |||
25 | default: update | ||
26 | |||