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

Bug 447514

Summary: =net-proxy/squirm-1.26 calls gcc directly
Product: Gentoo Linux Reporter: Vicente Olivert Riera (RETIRED) <vincent>
Component: New packagesAssignee: Gentoo Network Proxy Developers (OBSOLETE) <net-proxy+disabled>
Status: RESOLVED FIXED    
Severity: enhancement CC: pinkbyte
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: squirm-1.26.ebuild.patch

Description Vicente Olivert Riera (RETIRED) gentoo-dev 2012-12-16 19:50:51 UTC
Created attachment 332506 [details]
squirm-1.26.ebuild.patch

It calls gcc directly. Here is an example.

make -j1 
gcc -c squirm.c 	-g -DPREFIX=\"/opt/squirm\"

The proposed patch fixes the problem.
Comment 1 Sergey Popov gentoo-dev 2012-12-17 08:28:04 UTC
+*squirm-1.26-r1 (17 Dec 2012)
+
+  17 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> +squirm-1.26-r1.ebuild:
+  Revision bump: EAPI 5, respect compiler and LDFLAGS wrt bug #447514, add
+  runtime dependency on squid wrt bug #447518. Thanks to Vicente Olivert Riera
+  for discovering this issues