Summary: | sys-libs/tdb-1.2.1 doesn't respect ldflags | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Markos Chandras (RETIRED) <hwoarang> |
Component: | New packages | Assignee: | Patrick Lauer <patrick> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | c1pher, samba |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
build.log
Diff from tdb-1.2.1.ebuild |
Description
Markos Chandras (RETIRED)
2010-08-13 22:49:18 UTC
Created attachment 242869 [details]
build.log
Created attachment 242873 [details]
Diff from tdb-1.2.1.ebuild
Makefile.in was already getting fixed by the sed line in src_prepare. All that was missed was the sneaky file that got imported a few lines earlier. Changed the sed line to make sure both files get fixed to respect LDFLAGS.
Here is the diff from tdb-1.2.1.ebuild in the main tree. Hope it helps =)
+*tdb-1.2.1-r1 (14 Aug 2010) + + 14 Aug 2010; Markos Chandras <hwoarang@gentoo.org> +tdb-1.2.1-r1.ebuild: + Revbump to respect LDFLAGS. Thanks to Dane Smith <smithdanea@gmail.com> + for the patch + |