Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471298 - dev-libs/nettle-2.7: Doesn't honor EPREFIX
Summary: dev-libs/nettle-2.7: Doesn't honor EPREFIX
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-26 05:23 UTC by yegle
Modified: 2013-05-27 19:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yegle 2013-05-26 05:23:55 UTC
Part of the ebuild file

src_configure() {
    # --disable-openssl bug #427526
    econf \
        --libdir=/usr/$(get_libdir) \
        $(use_enable gmp public-key) \
        $(use_enable static-libs static) \
        --disable-openssl \
        $(use_enable doc documentation) \
        $(use_enable neon arm-neon)
}

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2013-05-27 19:47:16 UTC
added ${EPREFIX} to libdir, thanks