Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447514 - =net-proxy/squirm-1.26 calls gcc directly
Summary: =net-proxy/squirm-1.26 calls gcc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-12-16 19:50 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-12-17 08:28 UTC (History)
1 user (show)

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


Attachments
squirm-1.26.ebuild.patch (file_447514.txt,503 bytes, text/plain)
2012-12-16 19:50 UTC, Vicente Olivert Riera (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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