10 Apr
2013
10 Apr
'13
7:35 a.m.
On 08/04/13 17:18, Thomas Bächler wrote:
Am 08.04.2013 08:54, schrieb Allan McRae:
What do we do? Do we need to ignore the fact the this should be in CPPFLAGS and move it back to C{,XX}FLAGS?
The other options is for packages that are affected by this to unset the CPPFLAGS and add it to CFLAGS in the PKGBUILD, but I have no idea how many packages this affects. What portion of KDE and GNOME were built with pacman-4.1?
In PKGBUILD:
CPPFLAGS="$CPPFLAGS -O2" - problem solved.
I took a much more restrained approach and only adjusted configure test. e.g.: sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure Allan