From 940109128e48ee4e7ee11a43e07887cd108f3d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 22 Dec 2015 01:41:17 +0100 Subject: [PATCH] libuuid: remove the .la file The gcc2 one contains a -lsocket which breaks linking when using it. --- sys-devel/libuuid/libuuid-1.0.3.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-devel/libuuid/libuuid-1.0.3.recipe b/sys-devel/libuuid/libuuid-1.0.3.recipe index a9b5dfe3f..601dbfbf4 100644 --- a/sys-devel/libuuid/libuuid-1.0.3.recipe +++ b/sys-devel/libuuid/libuuid-1.0.3.recipe @@ -10,7 +10,7 @@ unique\"." HOMEPAGE="http://sourceforge.net/projects/libuuid/" COPYRIGHT="2013-2014 Ralph Böhme" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="http://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz" CHECKSUM_SHA256="46af3275291091009ad7f1b899de3d0cea0252737550e7919d17237997db5644" PATCHES="libuuid-1.0.3.patchset" @@ -54,6 +54,7 @@ INSTALL() make install fixPkgconfig + rm $libDir/libuuid.la prepareInstalledDevelLib libuuid packageEntries devel $developDir } @@ -62,4 +63,4 @@ TEST() { make check ./test_uuid -} \ No newline at end of file +}