Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386087 - x11-misc/lsw-0.2-r1 does not respect CFLAGS
Summary: x11-misc/lsw-0.2-r1 does not respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 15:38 UTC by Agostino Sarubbo
Modified: 2011-10-07 16:23 UTC (History)
2 users (show)

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 Agostino Sarubbo gentoo-dev 2011-10-07 15:38:49 UTC
>>> Compiling source in /tmp/portage/x11-misc/lsw-0.2-r1/work/lsw-0.2 ...                                                                                                           
make -j4 CC=x86_64-pc-linux-gnu-gcc                                                                                                                                                 
lsw build options:
CC -c lsw.c
CFLAGS   = -ansi -pedantic -Wall -Os -I/usr/X11R6/include -DVERSION="0.2"
LDFLAGS  = -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -L/usr/X11R6/lib -lX11
CC       = x86_64-pc-linux-gnu-gcc
CC -o lsw
>>> Source compiled.

amd64box ~ # emerge --info | grep CFLAGS
CFLAGS="-march=native -O2 -g0"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-10-07 16:23:53 UTC
Hm, sed script failure. Thanks for spotting this. Fixed now.