From f40cfd64bd61f720b4360dee7a419a440267c960 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 15 Oct 2015 00:28:28 +0000 Subject: [PATCH] glib2: remove libtool library files. --- dev-libs/glib/glib2-2.38.1.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/glib/glib2-2.38.1.recipe b/dev-libs/glib/glib2-2.38.1.recipe index 23b41ad96..353a8cb3f 100644 --- a/dev-libs/glib/glib2-2.38.1.recipe +++ b/dev-libs/glib/glib2-2.38.1.recipe @@ -24,7 +24,7 @@ COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 2008-2010 Collabora Ltd. 1995-2010 Several others" -REVISION="5" +REVISION="6" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -102,6 +102,9 @@ INSTALL() { make install + # remove libtool library files + rm $libDir/lib*.la + prepareInstalledDevelLibs libgio-2.0 \ libglib-2.0 \ libgmodule-2.0 \