Remove LDFLAGS definition in Hadoop build
-----------------------------------------

                 Key: BIGTOP-441
                 URL: https://issues.apache.org/jira/browse/BIGTOP-441
             Project: Bigtop
          Issue Type: Bug
          Components: General
    Affects Versions: 0.2.0, 0.3.0
            Reporter: Bruno Mahé
             Fix For: 0.4.0


Right now, LDFLAGS has 3 libraries added dues to various reasons:
* -lm due to some new link policies in various GNU/Linux distributions
* -lcrypot due to a bug in the autotools script. I already sent a patch for it 
months ago was checked in in trunk but not backported to the 20X/1.X branch
* The libjvm which is triggered because we redefine LDFLAGS :)

So this ticket is about ensuring these issues get properly addressed upstream 
so we can remove these hacks entirely

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to