From 75982e7effe90447be634e7b2f17115c129495db Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Mon, 25 Feb 2013 09:41:33 -0800 Subject: sci-libs/acml: Add -lm -lrt for static linking on pc file Package-Manager: portage-2.2.01.21688-prefix --- sci-libs/acml/ChangeLog | 3 +++ sci-libs/acml/acml-5.3.0.ebuild | 1 + 2 files changed, 4 insertions(+) (limited to 'sci-libs/acml') diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index cd866386b..afa30a8d0 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.40 2009/07/07 23:27:59 flameeyes Exp $ + 25 Feb 2013; Sébastien Fabbro acml-5.3.0.ebuild: + sci-libs/acml: Add -lm -lrt for static linking on pc file + *acml-5.3.0 (24 Jan 2013) 24 Jan 2013; Sébastien Fabbro +acml-5.3.0.ebuild, diff --git a/sci-libs/acml/acml-5.3.0.ebuild b/sci-libs/acml/acml-5.3.0.ebuild index 9d42a7d1c..374ddf658 100644 --- a/sci-libs/acml/acml-5.3.0.ebuild +++ b/sci-libs/acml/acml-5.3.0.ebuild @@ -78,6 +78,7 @@ src_install() { Version: ${PV} URL: ${HOMEPAGE} Libs: -L\${libdir} ${libs} + Libs.private: -lm -lrt ${threads} Cflags: -I\${includedir} EOF insinto /usr/${libdir}/pkgconfig -- cgit v1.2.3-65-gdbad