You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jian Le (JIRA)" <ji...@apache.org> on 2014/07/10 22:17:04 UTC

[jira] [Created] (DAEMON-321) Support the zLinux system

Jian Le created DAEMON-321:
------------------------------

             Summary: Support the zLinux system
                 Key: DAEMON-321
                 URL: https://issues.apache.org/jira/browse/DAEMON-321
             Project: Commons Daemon
          Issue Type: New Feature
          Components: Jsvc
    Affects Versions: 1.0.15
         Environment: zLinux systems
            Reporter: Jian Le
             Fix For: 1.0.16


We just need to add 5 lines into the /commons-daemon-1.0.16-src/src/native/unix/support/apsupport.m4 file:

s390x)
    CFLAGS="$CFLAGS -DCPU=\\\"s390x\\\""
    supported_os="s390x"
    HOST_CPU=s390x
    ;;

Preferably right after the s390 platform.   



--
This message was sent by Atlassian JIRA
(v6.2#6252)