1
0
Fork 0
postfix/debian/patches/Disable-LD_LIBRARY_PATH-check.patch
Daniel Baumann f482db309e
Adding debian version 3.10.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:19:33 +02:00

27 lines
693 B
Diff

From: =?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com>
Date: Sun, 9 Oct 2022 16:14:10 +0200
Forwarded: not-needed
Subject: Disable LD_LIBRARY_PATH check
Conflicts with building with eatmydata (e.g. in salsa-ci).
Forwarded: not-needed
---
makedefs | 5 -----
1 file changed, 5 deletions(-)
Index: postfix/makedefs
===================================================================
--- postfix.orig/makedefs
+++ postfix/makedefs
@@ -198,11 +198,6 @@ error() {
exit 1
}
-# First, deal with unsupported usage.
-case "$LD_LIBRARY_PATH" in
-?*) error "Not supported: building with LD_LIBRARY_PATH";;
-esac
-
env | grep '^AUXLIBS_' | while read line
do
case "$line" in