Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzia/files/
Date: Sat, 27 Oct 2018 18:01:52
Message-Id: 1540663274.3594f13ffe96369adbe5fb38e40e1b16515c0c78.tomjbe@gentoo
1 commit: 3594f13ffe96369adbe5fb38e40e1b16515c0c78
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 18:01:14 2018 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 18:01:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3594f13f
7
8 dev-libs/libzia: gcc-8 needs explicit link with -lm
9
10 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libzia/files/libzia-4.14-ldadd.patch | 10 ++++++----
14 1 file changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/libzia/files/libzia-4.14-ldadd.patch b/dev-libs/libzia/files/libzia-4.14-ldadd.patch
17 index a8636e1d127..4d0becc5306 100644
18 --- a/dev-libs/libzia/files/libzia-4.14-ldadd.patch
19 +++ b/dev-libs/libzia/files/libzia-4.14-ldadd.patch
20 @@ -1,10 +1,12 @@
21 # add local .libs directory to library search path during build of zsdltest
22 ---- src/Makefile.am.orig 2018-10-19 18:19:54.067784664 +0200
23 -+++ src/Makefile.am 2018-10-19 18:20:26.419265774 +0200
24 -@@ -71,9 +71,10 @@
25 +--- src/Makefile.am.orig 2018-10-27 19:44:55.332591275 +0200
26 ++++ src/Makefile.am 2018-10-27 19:45:54.268730862 +0200
27 +@@ -70,10 +70,11 @@
28 + library_includedir = $(includedir)/libzia
29
30 zsdltest_SOURCES = zsdltest.c
31 - zsdltest_LDFLAGS = -lzia
32 +-zsdltest_LDFLAGS = -lzia
33 ++zsdltest_LDFLAGS = -lzia -lm
34 +zsdltest_LDADD = -L.libs
35
36 -gpiotest_SOURCES = gpiotest.c