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

Changeset 176562 in webkit


Ignore:
Timestamp:
Nov 28, 2014, 5:41:46 AM (12 years ago)
Author:
Csaba Osztrogonác
Message:

[EFL] libseccomp should pick up CC environment variable to be conform to other jhbuild modules
https://bugs.webkit.org/show_bug.cgi?id=139086

Reviewed by Gyuyoung Kim.

  • efl/jhbuild.modules:
  • efl/patches/libseccomp-pick-up-CC.patch: Added.
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r176560 r176562  
     12014-11-28  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [EFL] libseccomp should pick up CC environment variable to be conform to other jhbuild modules
     4        https://bugs.webkit.org/show_bug.cgi?id=139086
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * efl/jhbuild.modules:
     9        * efl/patches/libseccomp-pick-up-CC.patch: Added.
     10
    1112014-11-28  Bartlomiej Gajda  <b.gajda@samsung.com>
    212
  • trunk/Tools/efl/jhbuild.modules

    r176546 r176562  
    288288      <branch module="libseccomp/libseccomp-2.1.0.tar.gz" version="2.1.0"
    289289          repo="downloads.sourceforge.net"
    290           hash="sha256:b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e"/>
     290          hash="sha256:b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e">
     291        <patch file="libseccomp-pick-up-CC.patch" strip="2"/>
     292      </branch>
    291293  </autotools>
    292294
Note: See TracChangeset for help on using the changeset viewer.