[Webkit-unassigned] [Bug 129213] Improper usage of ar in configure script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 22 11:19:04 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129213





--- Comment #1 from Jeremy Huddleston Sequoia <jeremyhu at apple.com>  2014-02-22 11:16:13 PST ---
This is from Source/autotools/SetupLibtool.m4 

if test -z "$AR_FLAGS"; then
    if "${AR:-ar}" -V | grep -q 'GNU ar'; then
        AR_FLAGS="cruT"
    else
        AR_FLAGS="cru"
    fi
fi

So you might want to just direct stderr to /dev/null to not raise alarms...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list