summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2018-10-20 22:00:40 +0000
committerSven Wegener <swegener@gentoo.org>2018-10-20 22:01:36 +0000
commitdbcb97d6466a848d2311eaa11f53fcfcfdeafd0f (patch)
tree8a17a65bc2e1773fcc40a4e910f410a481e7d8e9 /sys-fs/xfsprogs
parentmedia-video/ffmpeg: Remove obsolete media-libs/celt pkg ref (diff)
downloadgentoo-dbcb97d6466a848d2311eaa11f53fcfcfdeafd0f.tar.gz
gentoo-dbcb97d6466a848d2311eaa11f53fcfcfdeafd0f.tar.bz2
gentoo-dbcb97d6466a848d2311eaa11f53fcfcfdeafd0f.zip
sys-fs/xfsprogs: Remove static USE flag remnants
Signed-off-by: Sven Wegener <swegener@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sys-fs/xfsprogs')
-rw-r--r--sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild8
-rw-r--r--sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild8
2 files changed, 0 insertions, 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 536041bd17a0..9c4506c9ced4 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 679012764c95..75efba7d2594 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() {