Summary: | net-im/prosody does not respect LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Dirkjan Ochtman (RETIRED) <djc> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | radek, rafaelmartins |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
Build log
prosody-0.7.0-flags.patch |
Description
Diego Elio Pettenò (RETIRED)
2010-09-12 19:05:33 UTC
Created attachment 247044 [details]
Build log
Created attachment 267807 [details, diff]
prosody-0.7.0-flags.patch
Neither does it honor CFLAGS. With this patch the ebuild passes LDFLAGS and CFLAGS down to the configure script.
Note that I needed to explicitly set options ("-shared" for LDFLAGS, "-Wall -fPIC" for CFLAGS), as they are used as passed in. So these flags might need some adjustments depending on the platform (I used the defaults I normally call sane).
This has been fixed in prosody-0.8.0. |