Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 417193

Summary: net-ftp/vsftpd-3.0.0 ignores CFLAGS
Product: Gentoo Linux Reporter: Andrew Savchenko <bircoph>
Component: Current packagesAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: normal CC: bugs, c1pher, net-ftp, wired
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

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)