forked from pool/postfix
3582bebe7f
rework fix for bsc#1192173, rework SMTP Smuggling defaults, sync main.cf patches, sync changes files OBS-URL: https://build.opensuse.org/request/show/1143513 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=472
20 lines
468 B
Diff
20 lines
468 B
Diff
---
|
|
makedefs | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: makedefs
|
|
===================================================================
|
|
--- makedefs.orig
|
|
+++ makedefs
|
|
@@ -631,8 +631,8 @@ EOF
|
|
: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
|
|
: ${PLUGIN_LD="${CC-gcc} -shared"}
|
|
;;
|
|
- Linux.[3456].*)
|
|
- SYSTYPE=LINUX$RELEASE_MAJOR
|
|
+ Linux.[3-9].*|Linux.[1-9][0-9].*)
|
|
+ SYSTYPE=LINUX3
|
|
case "$CCARGS" in
|
|
*-DNO_DB*) ;;
|
|
*-DHAS_DB*) ;;
|