Accepting request 683697 from server:mail
OBS-URL: https://build.opensuse.org/request/show/683697 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=167
This commit is contained in:
commit
90cfe3eee0
@ -2,16 +2,14 @@
|
|||||||
makedefs | 2 +-
|
makedefs | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
Index: makedefs
|
--- makedefs
|
||||||
===================================================================
|
|
||||||
--- makedefs.orig
|
|
||||||
+++ makedefs
|
+++ makedefs
|
||||||
@@ -546,7 +546,7 @@ EOF
|
@@ -546,7 +546,7 @@ EOF
|
||||||
: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
|
: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
|
||||||
: ${PLUGIN_LD="${CC-gcc} -shared"}
|
: ${PLUGIN_LD="${CC-gcc} -shared"}
|
||||||
;;
|
;;
|
||||||
- Linux.[34].*) SYSTYPE=LINUX$RELEASE_MAJOR
|
- Linux.[34].*) SYSTYPE=LINUX$RELEASE_MAJOR
|
||||||
+ Linux.[345].*) SYSTYPE=LINUX$RELEASE_MAJOR
|
+ Linux.[3-9].*|Linux.[1-9][0-9].*) SYSTYPE=LINUX3
|
||||||
case "$CCARGS" in
|
case "$CCARGS" in
|
||||||
*-DNO_DB*) ;;
|
*-DNO_DB*) ;;
|
||||||
*-DHAS_DB*) ;;
|
*-DHAS_DB*) ;;
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 13:21:35 UTC 2019 - Jiri Slaby <jslaby@suse.com>
|
||||||
|
|
||||||
|
- postfix-linux45.patch: support also newer kernels -- pretend
|
||||||
|
we are still at kernel 3. Note that there are no conditionals for
|
||||||
|
LINUX3 or LINUX4. And LINUX5 was generated, but not tested in the
|
||||||
|
code which caused build failures.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 14:43:05 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
Mon Mar 4 14:43:05 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user