Summary: | net-print/cups-1.4* partially ignores LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | [OLD] Printing | Assignee: | Printing Team <printing> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | anotherbearcatfan, jer, notordoktor, pesa, realnc |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() Confirmed. Here too Issue persists with cups-1.4.3 And 1.4.4 and so on etcetera, but unless we do anything about it, it won't be fixed, so please stop commenting about every next version. :) Ah, DSOFLAGS is interestingly evaluated by the configure script: Index: cups-1.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.4.4.ebuild,v retrieving revision 1.1 diff -u -B -r1.1 cups-1.4.4.ebuild --- cups-1.4.4.ebuild 22 Jun 2010 21:52:23 -0000 1.1 +++ cups-1.4.4.ebuild 30 Jun 2010 15:55:55 -0000 @@ -91,6 +91,8 @@ } src_configure() { + export DSOFLAGS="${LDFLAGS}" + # locale support strip-linguas ${LANGS} if [ -z "${LINGUAS}" ] ; then Fixed. |