diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-04-18 06:17:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 20:20:57 +0000 |
commit | 35fdc8e03d2488c984f3c400e158bbc53154cf3f (patch) | |
tree | cc357dca362b1b66f9789a6d09e059270bfd6a84 /main/s390-tools/0300-disable-program-using-gnu-ext.patch | |
parent | bdef6424f556593e88fca5b8c579543cd0398ec9 (diff) | |
download | aports-35fdc8e03d2488c984f3c400e158bbc53154cf3f.tar.bz2 aports-35fdc8e03d2488c984f3c400e158bbc53154cf3f.tar.xz |
main/s390-tools: update to current development
zipl: update new syntax for kernel parm
zconf: only disable zcrypt
trigger: let user decide to update zipl conf
Diffstat (limited to 'main/s390-tools/0300-disable-program-using-gnu-ext.patch')
-rw-r--r-- | main/s390-tools/0300-disable-program-using-gnu-ext.patch | 39 |
1 files changed, 32 insertions, 7 deletions
diff --git a/main/s390-tools/0300-disable-program-using-gnu-ext.patch b/main/s390-tools/0300-disable-program-using-gnu-ext.patch index 56766f6cb2..fcb92a088a 100644 --- a/main/s390-tools/0300-disable-program-using-gnu-ext.patch +++ b/main/s390-tools/0300-disable-program-using-gnu-ext.patch @@ -1,18 +1,43 @@ -zconf : argz.h functions -cpuplugd : feenableexcept function +zconf/zcrypt : argz functions +cpuplugd : feenableexcept function diff --git a/Makefile b/Makefile -index a760c0f..203e7ed 100644 +index a760c0f..7fe2694 100644 --- a/Makefile +++ b/Makefile -@@ -5,8 +5,8 @@ include common.mak - +@@ -6,7 +6,7 @@ include common.mak LIB_DIRS = libvtoc libu2s libutil libzds libdasd libvmdump TOOL_DIRS = zipl zdump fdasd dasdfmt dasdview tunedasd \ -- tape390 osasnmpd qetharp ip_watcher qethconf scripts zconf \ + tape390 osasnmpd qetharp ip_watcher qethconf scripts zconf \ - vmconvert vmcp man mon_tools dasdinfo vmur cpuplugd ipl_tools \ -+ tape390 osasnmpd qetharp ip_watcher qethconf scripts \ + vmconvert vmcp man mon_tools dasdinfo vmur ipl_tools \ ziomon iucvterm hyptop cmsfs-fuse qethqoat zfcpdump zdsfs cpumf \ systemd hmcdrvfs cpacfstats zdev dump2tar SUB_DIRS = $(LIB_DIRS) $(TOOL_DIRS) +diff --git a/scripts/Makefile b/scripts/Makefile +index 94cd6e0..e2c8091 100644 +--- a/scripts/Makefile ++++ b/scripts/Makefile +@@ -1,7 +1,7 @@ + include ../common.mak + +-SCRIPTS = dbginfo.sh zfcpdbf scsi_logging_level +-MAN_PAGES = dbginfo.sh.1 zfcpdbf.1 ++SCRIPTS = zfcpdbf scsi_logging_level ++MAN_PAGES = zfcpdbf.1 + + all: + +diff --git a/zconf/Makefile b/zconf/Makefile +index 0877c8c..e376104 100644 +--- a/zconf/Makefile ++++ b/zconf/Makefile +@@ -9,7 +9,7 @@ USRSBIN_SCRIPTS = lsmem chmem lsluns + MANPAGES= lsdasd.8 lstape.8 lscss.8 chccwdev.8 lsqeth.8 lszfcp.8 lsluns.8 \ + cio_ignore.8 znetconf.8 chmem.8 lsmem.8 dasdstat.8 + +-SUB_DIRS = zcrypt scm chp ++SUB_DIRS = + + all: $(SUB_DIRS) + |