summaryrefslogtreecommitdiffstats
path: root/debian/patches/Disable-LD_LIBRARY_PATH-check.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:42:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:42:30 +0000
commite78efaf2bfcc6663589347eb78b8ba2b005f50e9 (patch)
tree2a961ba4225f1a7cbea7dda52d2b2268d79ff7c4 /debian/patches/Disable-LD_LIBRARY_PATH-check.patch
parentMerging upstream version 3.9.0. (diff)
downloadpostfix-e78efaf2bfcc6663589347eb78b8ba2b005f50e9.tar.xz
postfix-e78efaf2bfcc6663589347eb78b8ba2b005f50e9.zip
Merging debian version 3.9.0-1~exp1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches/Disable-LD_LIBRARY_PATH-check.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/Disable-LD_LIBRARY_PATH-check.patch b/debian/patches/Disable-LD_LIBRARY_PATH-check.patch
index 5579bb4..726830d 100644
--- a/debian/patches/Disable-LD_LIBRARY_PATH-check.patch
+++ b/debian/patches/Disable-LD_LIBRARY_PATH-check.patch
@@ -9,11 +9,11 @@ Forwarded: not-needed
makedefs | 5 -----
1 file changed, 5 deletions(-)
-diff --git a/makedefs b/makedefs
-index 4feea3d..972b89f 100644
---- a/makedefs
-+++ b/makedefs
-@@ -194,11 +194,6 @@ error() {
+Index: postfix/makedefs
+===================================================================
+--- postfix.orig/makedefs
++++ postfix/makedefs
+@@ -198,11 +198,6 @@ error() {
exit 1
}