commit: dbcb97d6466a848d2311eaa11f53fcfcfdeafd0f
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 22:00:40 2018 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 22:01:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcb97d6
sys-fs/xfsprogs: Remove static USE flag remnants
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild | 8 --------
sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild | 8 --------
2 files changed, 16 deletions(-)
diff --git a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
index 536041bd17a..9c4506c9ced 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild
@@ -45,14 +45,6 @@ src_prepare() {
include/builddefs.in || die
find -name Makefile -exec \
sed -i -r -e '/^LLDFLAGS [+]?= -static(-libtool-libs)?$/d' {} +
-
- # TODO: Write a patch for configure.ac to use pkg-config for the
uuid-part.
- if use static && use readline ; then
- sed -i \
- -e 's|-lreadline|& -lncurses|' \
- -e 's|-lblkid|& -luuid|' \
- configure || die
- fi
}
src_configure() {
diff --git a/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild
b/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild
index 679012764c9..75efba7d259 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild
@@ -45,14 +45,6 @@ src_prepare() {
include/builddefs.in || die
find -name Makefile -exec \
sed -i -r -e '/^LLDFLAGS [+]?= -static(-libtool-libs)?$/d' {} +
-
- # TODO: Write a patch for configure.ac to use pkg-config for the
uuid-part.
- if use static && use readline ; then
- sed -i \
- -e 's|-lreadline|& -lncurses|' \
- -e 's|-lblkid|& -luuid|' \
- configure || die
- fi
}
src_configure() {