Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232158 - dev-db/pgadmin3-1.8.4 ignores C{,XX}FLAGS
Summary: dev-db/pgadmin3-1.8.4 ignores C{,XX}FLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-18 07:59 UTC by Alexis Ballier
Modified: 2011-07-10 23:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Ballier gentoo-dev 2008-07-18 07:59:59 UTC
in acinclude.m4:
###########
# Cleanup #
###########
AC_DEFUN([CLEANUP],
[
        # CFLAGS/CXXFLAGS may well contain unwanted settings, so clear them.
        CFLAGS=""
        CXXFLAGS=""
])


If this is really so important, there is the strip-flags function in flag-o-matic.eclass which will probably be much more reliable than just unsetting them.
Comment 1 Aaron W. Swenson gentoo-dev 2011-07-10 23:14:12 UTC
  10 Jul 2011; Aaron W. Swenson <titanofold@gentoo.org> +files/cflags.patch,
  +files/ssl-detect.patch, -files/1.8.2-as_needed_ssl_detect_broken.patch,
  +pgadmin3-1.12.3-r1.ebuild:
  Fixes bug 232158 and bug 345817