[gnome-continuous] patches/gstreamer-build-api.patch: Try to pass the CC flags correctly, second try
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] patches/gstreamer-build-api.patch: Try to pass the CC flags correctly, second try
- Date: Sun, 26 Feb 2017 00:11:23 +0000 (UTC)
commit caa9077a01b381e5fd0c7042bae137f80231ec6a
Author: Javier Jardón <jjardon gnome org>
Date: Sun Feb 26 00:10:16 2017 +0000
patches/gstreamer-build-api.patch: Try to pass the CC flags correctly, second try
patches/gstreamer-build-api.patch | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/patches/gstreamer-build-api.patch b/patches/gstreamer-build-api.patch
index cc7a930..e8274b3 100644
--- a/patches/gstreamer-build-api.patch
+++ b/patches/gstreamer-build-api.patch
@@ -1,4 +1,4 @@
-From 0469669f80eb90fdf6ca0978b555a383b3e4cf80 Mon Sep 17 00:00:00 2001
+From e11ef177c61ba0150c47c0ab8dff46569fc7ea59 Mon Sep 17 00:00:00 2001
From: Emmanuele Bassi <ebassi gnome org>
Date: Mon, 20 Feb 2017 11:33:49 +0000
Subject: [PATCH] Add build-api wrapper for Meson/Ninja
@@ -8,16 +8,16 @@ Use Meson and Ninja, instead of autotools.
v2:
- Disable CCache
---
- configure | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 129 insertions(+)
+ configure | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 130 insertions(+)
create mode 100755 configure
diff --git a/configure b/configure
new file mode 100755
-index 000000000..1ca778861
+index 000000000..33bca5167
--- /dev/null
+++ b/configure
-@@ -0,0 +1,129 @@
+@@ -0,0 +1,130 @@
+#!/bin/bash
+# configure script adapter for Meson
+# Copyright 2010, 2011, 2013 Colin Walters <walters verbum org>
@@ -133,7 +133,8 @@ index 000000000..1ca778861
+echo " mandir:...... ${mandir}"
+echo " includedir:.. ${includedir}"
+
-+exec "CC=gcc CXX=g++ ${MESON}" \
++export CC=gcc CXX=g++
++exec ${MESON} \
+ --prefix=${prefix} \
+ --libdir=${libdir} \
+ --libexecdir=${libexecdir} \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]