Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417193 - net-ftp/vsftpd-3.0.0 ignores CFLAGS
Summary: net-ftp/vsftpd-3.0.0 ignores CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 04:27 UTC by Andrew Savchenko
Modified: 2012-05-23 18:33 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,8.66 KB, text/plain)
2012-05-23 04:28 UTC, Andrew Savchenko
Details
emerge --info (emerge.info,8.29 KB, text/plain)
2012-05-23 04:29 UTC, Andrew Savchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2012-05-23 04:27:04 UTC
Hello,

vsftpd-3.0.0 ignores CFLAGS due to a typo in vsftpd-3.0.0-Makefile.patch, instead of:
+CFLAGS =       -fPIE -fstack-protector --param=ssp-buffer-size=4 \
should be:
+CFLAGS +=       -fPIE -fstack-protector --param=ssp-buffer-size=4 \
Comment 1 Andrew Savchenko gentoo-dev 2012-05-23 04:28:53 UTC
Created attachment 312775 [details]
build.log
Comment 2 Andrew Savchenko gentoo-dev 2012-05-23 04:29:11 UTC
Created attachment 312777 [details]
emerge --info
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2012-05-23 18:33:42 UTC
Thanks. Fixed (no revbump)