Title: [176562] trunk/Tools
- Revision
- 176562
- Author
- [email protected]
- Date
- 2014-11-28 05:41:46 -0800 (Fri, 28 Nov 2014)
Log 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.
Modified Paths
Added Paths
Diff
Modified: trunk/Tools/ChangeLog (176561 => 176562)
--- trunk/Tools/ChangeLog 2014-11-28 11:05:11 UTC (rev 176561)
+++ trunk/Tools/ChangeLog 2014-11-28 13:41:46 UTC (rev 176562)
@@ -1,3 +1,13 @@
+2014-11-28 Csaba Osztrogonác <[email protected]>
+
+ [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.
+
2014-11-28 Bartlomiej Gajda <[email protected]>
[EFL] Add warning if CMake version is too old for building with ninja.
Modified: trunk/Tools/efl/jhbuild.modules (176561 => 176562)
--- trunk/Tools/efl/jhbuild.modules 2014-11-28 11:05:11 UTC (rev 176561)
+++ trunk/Tools/efl/jhbuild.modules 2014-11-28 13:41:46 UTC (rev 176562)
@@ -287,7 +287,9 @@
<autotools id="libseccomp" autogen-sh="configure">
<branch module="libseccomp/libseccomp-2.1.0.tar.gz" version="2.1.0"
repo="downloads.sourceforge.net"
- hash="sha256:b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e"/>
+ hash="sha256:b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e">
+ <patch file="libseccomp-pick-up-CC.patch" strip="2"/>
+ </branch>
</autotools>
<autotools id="atk"
Added: trunk/Tools/efl/patches/libseccomp-pick-up-CC.patch (0 => 176562)
--- trunk/Tools/efl/patches/libseccomp-pick-up-CC.patch (rev 0)
+++ trunk/Tools/efl/patches/libseccomp-pick-up-CC.patch 2014-11-28 13:41:46 UTC (rev 176562)
@@ -0,0 +1,20 @@
+commit 84bf49aaa3a9bf44998b9de4143307a492453239
+Author: Csaba Osztrogonác <[email protected]>
+Date: Fri Nov 28 01:53:02 2014 -0800
+
+ Pick up CC environment variable to be conform to other jhbuild modules.
+
+diff --git a/libseccomp-2.1.0/macros.mk b/libseccomp-2.1.0/macros.mk
+index 9c62fa7..62d8eed 100644
+--- a/libseccomp-2.1.0/macros.mk
++++ b/libseccomp-2.1.0/macros.mk
+@@ -66,6 +66,9 @@ AWK ?= awk
+ PYTHON ?= /usr/bin/env python
+
+ # we require gcc specific functionality
++ifeq ($(origin CC), environment)
++ GCC = $(CC)
++endif
+ GCC ?= gcc
+
+ INSTALL ?= install
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes