summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-10 16:07:43 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-10 16:08:20 +0200
commit9275468e011dd9ca165639ba8da7796d96d37238 (patch)
treef3e3a89c3f94273fb6017f67dcd2a3613ed9fe73
parent46d7c201796de04e5857285327c6b210c52e1d22 (diff)
libstdc++: add dependency in winpthreads-runtime
-rw-r--r--recipes/build-tools/gettext-tools.recipe2
-rw-r--r--recipes/libstdc++.recipe2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/build-tools/gettext-tools.recipe b/recipes/build-tools/gettext-tools.recipe
index 81252d7..7ea6ed6 100644
--- a/recipes/build-tools/gettext-tools.recipe
+++ b/recipes/build-tools/gettext-tools.recipe
@@ -11,7 +11,7 @@ class Recipe(recipe.Recipe):
url = 'http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.2.tar.gz'
platform_deps = {
Platform.DARWIN: ['libiconv', 'sed'],
- Platform.WINDOWS: ['libiconv', 'libstdc++', 'mingw'],}
+ Platform.WINDOWS: ['libiconv', 'libstdc++', 'mingw', 'winpthreads-runtime'],}
configure_options = ' --disable-java --disable-csharp --disable-native-java --without-csv'
def prepare(self):
diff --git a/recipes/libstdc++.recipe b/recipes/libstdc++.recipe
index 13103d8..0707480 100644
--- a/recipes/libstdc++.recipe
+++ b/recipes/libstdc++.recipe
@@ -9,7 +9,7 @@ class Recipe(recipe.Recipe):
licenses = [License.LGPL]
btype = BuildType.CUSTOM
stype = SourceType.CUSTOM
- platform_deps = {Platform.WINDOWS: ['mingw']}
+ platform_deps = {Platform.WINDOWS: ['mingw', 'winpthreads-runtime']}
files_libs = ['libstdc++']