[Bug 723401] Nettle fails to build hogweed
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Feb 10 22:41:40 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=723401
GStreamer | don't know | unspecified
--- Comment #2 from Kyle <zeranoe at gmail.com> 2014-02-11 06:41:32 UTC ---
I was able to fix this issue by adding CXX="" to the self.configure_options in
gmp.recipe.
Here is the patch I made:
diff --git a/recipes/gmp.recipe b/recipes/gmp.recipe
index 475ee6d..4d8395b 100644
--- a/recipes/gmp.recipe
+++ b/recipes/gmp.recipe
@@ -11,4 +11,4 @@ class Recipe(recipe.Recipe):
def prepare(self):
if self.config.target_platform == Platform.WINDOWS:
- self.configure_options = ' --enable-shared --disable-static'
+ self.configure_options = ' CXX="" --enable-shared
--disable-static'
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list