505c9a6190
This is work in progress: Do not accept yet How do we plan to handle the section from the RELEASE_NOTES about the internal process updates? https://de.postfix.org/ftpmirror/official/postfix-3.6.0.RELEASE_NOTES do we just hope that the restart will be fast enough? OBS-URL: https://build.opensuse.org/request/show/896790 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=413
16 lines
443 B
Diff
16 lines
443 B
Diff
Index: makedefs
|
|
===================================================================
|
|
--- makedefs.orig
|
|
+++ makedefs
|
|
@@ -568,8 +568,8 @@ EOF
|
|
: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
|
|
: ${PLUGIN_LD="${CC-gcc} -shared"}
|
|
;;
|
|
- Linux.[345].*) SYSTYPE=LINUX$RELEASE_MAJOR
|
|
- case "$CCARGS" in
|
|
+ Linux.[3-9].*|Linux.[1-9][0-9].*) SYSTYPE=LINUX3
|
|
+ case "$CCARGS" in
|
|
*-DNO_DB*) ;;
|
|
*-DHAS_DB*) ;;
|
|
*) if [ -f /usr/include/db.h ]
|