From dbcb97d6466a848d2311eaa11f53fcfcfdeafd0f Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 20 Oct 2018 22:00:40 +0000 Subject: sys-fs/xfsprogs: Remove static USE flag remnants Signed-off-by: Sven Wegener 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(-) (limited to 'sys-fs/xfsprogs') 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() { -- cgit v1.2.3-65-gdbad