summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-05-30 09:28:22 +0000
committerJakub Moc <jakub@gentoo.org>2007-05-30 09:28:22 +0000
commit853553a761b081ccb829fff925a942618aaf4fa6 (patch)
tree3392f5491a2698fe822a22ab12fbad567a742555 /sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild
parentmedia-sound/soundkonverter: Add timidity support, various fixes and cosmetics (diff)
downloadsunrise-853553a761b081ccb829fff925a942618aaf4fa6.tar.gz
sunrise-853553a761b081ccb829fff925a942618aaf4fa6.tar.bz2
sunrise-853553a761b081ccb829fff925a942618aaf4fa6.zip
sys-fs/unionfs-utils: Remove invalid usage of USE=static for libs; see Bug 165629
svn path=/sunrise/; revision=3780
Diffstat (limited to 'sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild')
-rw-r--r--sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild b/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild
index 6040cbf86..e9943c9c8 100644
--- a/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild
+++ b/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-utils-0.x/${P/-/_}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="static"
+IUSE=""
DEPEND=""
RDEPEND=""
@@ -21,12 +21,8 @@ src_compile() {
# livecd and initrd want these in /sbin static or not,
# whereas the package puts them in /usr/bin.
local myconf="--bindir=/sbin --sbindir=/sbin"
-
- use static && myconf="--disable-shared --enable-static ${myconf}"
+
econf ${myconf} || die "econf failed"
-
- # bundled configure and libtool are not smart enough for static
- use static && sed -i -e "s:^LDFLAGS =\(.*\):LDFLAGS = -all-static \1:g" Makefile
emake || die "emake failed"
}