/var/tmp/portage/sys-apps/acl-2.2.44/image/lib/libacl.so.1.1.0 [ 1] .hash HASH 000000f4 0000f4 000260 04 A 3 0 4 Ignoring LDLFAGS increases files sizes and decreases performance.
OK, that was about enough. 1/ Use common sense when filing bugs (like, what about mailing gentoo-dev mailing list first and asking about the best course of action here? 2/ If you have a patch, submit it *upstream* unless this is a *Gentoo-specific* issue.
I have patch to this bug. Should I reopen it? --- sys-apps/acl/acl-2.2.44.ebuild +++ sys-apps/acl/acl-2.2.44.ebuild @@ -39,8 +39,9 @@ } src_compile() { - export OPTIMIZER=${CFLAGS} - export DEBUG=-DNDEBUG + export DEBUG="-DNDEBUG" + export OPTIMIZER="${CFLAGS}" + export LTLDFLAGS="${LDFLAGS}" econf \ $(use_enable nls gettext) \
(In reply to comment #1) > 2/ If you have a patch, submit it *upstream* unless this is a > *Gentoo-specific* issue. Not exporting LTLDFLAGS in ebuild is Gentoo-specific, so I'm reopening this bug report. I somebody wants, I can attach the patch, which is already written in comment 2.
*** This bug has been marked as a duplicate of bug 126825 ***