From 8f4ccccbf5fec8647794bff53c2a8723ac081fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 29 Feb 2016 22:48:12 +0200 Subject: [PATCH] fix build an deps --- system/devel/libtool/actions.py | 6 +++--- system/devel/libtool/pspec.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/system/devel/libtool/actions.py b/system/devel/libtool/actions.py index e963b9e6..a401b447 100644 --- a/system/devel/libtool/actions.py +++ b/system/devel/libtool/actions.py @@ -25,9 +25,9 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - for f in ["config.sub", "config.guess"]: - pisitools.remove("%s/%s" % (configTemplateDir, f)) - pisitools.dosym("/usr/share/gnuconfig/%s" % f, "%s/%s" % (configTemplateDir, f)) + #for f in ["config.sub", "config.guess"]: + #pisitools.remove("%s/%s" % (configTemplateDir, f)) + #pisitools.dosym("/usr/share/gnuconfig/%s" % f, "%s/%s" % (configTemplateDir, f)) pisitools.dodoc("AUTHORS", "ChangeLog*", "COPYING", "NEWS", "README", "THANKS", "doc/PLATFORMS") diff --git a/system/devel/libtool/pspec.xml b/system/devel/libtool/pspec.xml index 6438708d..028779e1 100644 --- a/system/devel/libtool/pspec.xml +++ b/system/devel/libtool/pspec.xml @@ -52,6 +52,7 @@ emul32 libtool-ltdl + glibc-32bit /usr/lib32