Bug 77328 - security/audit: fix for compilation on amd64
Summary: security/audit: fix for compilation on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 21:30 UTC by Johan van Selst
Modified: 2005-02-10 10:55 UTC (History)
0 users

See Also:


Attachments
file.diff (500 bytes, patch)
2005-02-09 21:30 UTC, Johan van Selst
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan van Selst 2005-02-09 21:30:22 UTC
	
	Include -fPIC to compile on amd64 machines.

	Note: This only guarantees the same behaviour on amd64
	as it already shows on other systems:
	- Compilation silently fails to produce auth_srp (not in plist)
	- MASTER_SITES disagree on SIZE (the last site works)
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-02-10 09:11:23 UTC
But are you sure it will work on all other platforms?

-- 
Sem.
Comment 2 Johan van Selst 2005-02-10 09:28:14 UTC
Sergey Matveychuk wrote:
> But are you sure it will work on all other platforms?

It's a patch similar to what many other ports use, e.g.
audio/osalp, audio/tap-plugins

I had already tested it on 4.x and 5.x i386 and just ran an install on
sparc64 without problems as well. It looks fine.


Ciao,
Johan
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2005-02-10 10:54:58 UTC
State Changed
From-To: open->closed

Committed, thanks!