Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214377 - www-apache/anyterm-1.1.22 ignores CXXFLAGS and LDFLAGS
Summary: www-apache/anyterm-1.1.22 ignores CXXFLAGS and LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-23 14:40 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-06-01 09:33 UTC (History)
1 user (show)

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


Attachments
anyterm-1.1.22-respect-flags.patch (anyterm-1.1.22-respect-flags.patch,1.78 KB, patch)
2008-03-23 16:10 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff
Patch to anyterm-1.1.22.ebuild (anyterm-1.1.22.ebuild.patch,564 bytes, patch)
2008-03-30 01:32 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff
Patch to anyterm-1.1.22.ebuild (anyterm-1.1.22.ebuild.patch,558 bytes, patch)
2008-03-30 01:36 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-03-23 14:40:02 UTC
www-apache/anyterm-1.1.22 ignores CXXFLAGS and LDFLAGS.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-03-23 16:10:39 UTC
Created attachment 147020 [details, diff]
anyterm-1.1.22-respect-flags.patch

This patch fixes only using of CFLAGS/CXXFLAGS.
LDFLAGS are still ignored.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-03-30 01:29:22 UTC
LDFLAGS are ignored because apxs strips '-Wl,' from any option.
http://httpd.apache.org/docs/trunk/programs/apxs.html#options

'-Wl,' should be prepended to every LDFLAG.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-03-30 01:32:05 UTC
Created attachment 147671 [details, diff]
Patch to anyterm-1.1.22.ebuild

(In reply to comment #1)
> This patch fixes only using of CFLAGS/CXXFLAGS.
> LDFLAGS are still ignored.

Now LDFLAGS will be respected.
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-03-30 01:36:08 UTC
Created attachment 147672 [details, diff]
Patch to anyterm-1.1.22.ebuild
Comment 5 Benedikt Böhm (RETIRED) gentoo-dev 2008-06-01 09:33:01 UTC
fixed, thanks