SHA256
1
0
forked from pool/postfix
postfix/postfix-linux45.patch
Peter Varkoly b102dd3c5f - Remove rcpostfix symlink [jsc#PED-266]
- postfix-script requires cmp

- Remove rcpostfix symlink [jsc#PED-266] 

- postfix-script requires cmp

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=494
2024-08-19 05:01:05 +00:00

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*) ;;