libuuid: remove the .la file

The gcc2 one contains a -lsocket which breaks linking when using it.
This commit is contained in:
François Revol
2015-12-22 01:41:17 +01:00
parent 73a4af672f
commit 940109128e

View File

@@ -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
}
}