summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-08-11 08:04:59 +0000
committerJustin Lecher <jlec@gentoo.org>2014-08-11 08:04:59 +0000
commitea14e433a0f01b64b59cedaf4bb7bf62768c38dd (patch)
treeb9b41e356bc1c5dc14011eafbe14ba21bc06648b /sys-fs/aufs-util
parentRev.bump to add USE flags for glusterfs and rbd support (former automagic deps). (diff)
downloadgentoo-2-ea14e433a0f01b64b59cedaf4bb7bf62768c38dd.tar.gz
gentoo-2-ea14e433a0f01b64b59cedaf4bb7bf62768c38dd.tar.bz2
gentoo-2-ea14e433a0f01b64b59cedaf4bb7bf62768c38dd.zip
sys-fs/aufs-util: As-needed fix
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-fs/aufs-util')
-rw-r--r--sys-fs/aufs-util/ChangeLog5
-rw-r--r--sys-fs/aufs-util/aufs-util-3.16_p20140811.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/aufs-util/ChangeLog b/sys-fs/aufs-util/ChangeLog
index 4714ce02bf07..8cb030116b55 100644
--- a/sys-fs/aufs-util/ChangeLog
+++ b/sys-fs/aufs-util/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/aufs-util
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.35 2014/08/10 21:30:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.36 2014/08/11 08:04:59 jlec Exp $
+
+ 11 Aug 2014; Justin Lecher <jlec@gentoo.org> aufs-util-3.16_p20140811.ebuild:
+ As-needed fix
10 Aug 2014; Justin Lecher <jlec@gentoo.org> aufs-util-3.16_p20140811.ebuild:
Bump to latest aufs3
diff --git a/sys-fs/aufs-util/aufs-util-3.16_p20140811.ebuild b/sys-fs/aufs-util/aufs-util-3.16_p20140811.ebuild
index fd985abfaa4e..59a5ec8b38e0 100644
--- a/sys-fs/aufs-util/aufs-util-3.16_p20140811.ebuild
+++ b/sys-fs/aufs-util/aufs-util-3.16_p20140811.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.16_p20140811.ebuild,v 1.2 2014/08/10 21:30:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.16_p20140811.ebuild,v 1.3 2014/08/11 08:04:59 jlec Exp $
EAPI=5
@@ -37,6 +37,8 @@ src_prepare() {
sed \
-e '/LDFLAGS/s: -s::g' \
+ -e '/LDLIBS/s:-lrt::g' \
+ -e '/LDLIBS/s:$: -lrt:g' \
-i fhsm/Makefile || die
tc-export CC AR