File: Disable-LD_LIBRARY_PATH-check.patch

package info (click to toggle)
postfix 3.10.4-1~deb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie, trixie-proposed-updates
  • size: 28,028 kB
  • sloc: ansic: 134,613; makefile: 17,991; sh: 6,971; perl: 2,795; python: 1,448; awk: 158
file content (27 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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