Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508178 - www-misc/fcgiwrap remove -Werror compiler flag
Summary: www-misc/fcgiwrap remove -Werror compiler flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nikoli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2014-04-19 18:36 UTC by Julian Ospald
Modified: 2014-07-04 19:36 UTC (History)
3 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 Julian Ospald 2014-04-19 18:36:45 UTC
x86_64-pc-linux-gnu-gcc -std=gnu99 -Wall -Wextra -Werror -pedantic -march=native -O2 -pipe -g  -Wl,-O1 -Wl,--as-needed  fcgiwrap.c  -lfcgi  -o fcgiwrap
Comment 1 Alex Xu (Hello71) 2014-04-27 22:01:38 UTC
sed -i -e "s/-Werror//" configure.ac should remedy this issue.
Comment 2 Alex Xu (Hello71) 2014-04-29 21:33:41 UTC
    sed -i -e "s/-Werror//" configure.ac \
        || die "sed configure.ac failed"

in src_prepare WFM

x86_64-pc-linux-gnu-gcc -std=gnu99 -Wall -Wextra  -pedantic -O2 -march=native  -Wl,-O1 -Wl,--as-needed  fcgiwrap.c  -lfcgi -lsystemd-daemon  -o fcgiwrap
Comment 3 Julian Ospald 2014-06-01 19:37:38 UTC
I will fix this myself in 2 weeks.