⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 140440 in webkit


Ignore:
Timestamp:
Jan 22, 2013, 10:52:52 AM (14 years ago)
Author:
kov@webkit.org
Message:

[GTK] Debug build failure on x86-64
https://bugs.webkit.org/show_bug.cgi?id=107400

Reviewed by Xan Lopez.

  • configure.ac: use thin archives for convenience libraries, if AR_FLAGS was not

overriden through the environment variable.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r140431 r140440  
     12013-01-22  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        [GTK] Debug build failure on x86-64
     4        https://bugs.webkit.org/show_bug.cgi?id=107400
     5
     6        Reviewed by Xan Lopez.
     7
     8        * configure.ac: use thin archives for convenience libraries, if AR_FLAGS was not
     9        overriden through the environment variable.
     10
    1112013-01-22  Zan Dobersek  <zdobersek@igalia.com>
    212
  • trunk/configure.ac

    r140431 r140440  
    126126AC_PROG_INSTALL
    127127AC_SYS_LARGEFILE
     128
     129if test -z "$AR_FLAGS"; then
     130   AR_FLAGS="cruT"
     131fi
    128132
    129133# Check whether a C++ was found (AC_PROG_CXX sets $CXX to "g++" even when it
Note: See TracChangeset for help on using the changeset viewer.