mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libuuid: remove the .la file
The gcc2 one contains a -lsocket which breaks linking when using it.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user