Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386027 - media-sound/sox-14.3.2[debug] Does not respect CFLAGS
Summary: media-sound/sox-14.3.2[debug] 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 (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 09:13 UTC by Agostino Sarubbo
Modified: 2011-10-07 15:17 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 Agostino Sarubbo gentoo-dev 2011-10-07 09:13:35 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"/usr/lib64/ladspa\"" -DPKGLIBDIR="\"/usr/lib64/sox\""  -DDISTRO="\"Gentoo\""  -Wtraditional-conversion  -g -ggdb -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -MT example5.o -MD -MP -MF .deps/example5.Tpo -c -o example5.o example5.c
mv -f .deps/example3.Tpo .deps/example3.Po

Please drop -g -ggdb and add user's cflags. 

If is expected, feel free to close as wontfix/other
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-10-07 15:17:53 UTC
+*sox-14.3.2-r1 (07 Oct 2011)
+
+  07 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +sox-14.3.2-r1.ebuild:
+  USE="static-libs" and Empty dependency_libs in libtool files wrt #386029.
+  Respect environment CFLAGS with USE="debug" wrt #386027. Thanks to Agostino
+  Sarubbo for reporting.