Bug 153827 - build real shared object for devel/pwlib on powerpc
Summary: build real shared object for devel/pwlib on powerpc
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: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-09 20:50 UTC by Andreas Tobler
Modified: 2011-01-24 23:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Tobler freebsd_committer freebsd_triage 2011-01-09 20:50:05 UTC
PowerPC needs the -fPIC flag too for the CFLAGS.

Fix: 

Add ${ARCH} == "powerpc" to the section where you add CFLAGS += -fPIC.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-09 20:50:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->andreast

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-09 20:50:28 UTC
Maintainer of devel/pwlib,

Please note that PR ports/153827 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153827

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-09 20:50:30 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Andreas Tobler freebsd_committer freebsd_triage 2011-01-09 21:22:58 UTC
Responsible Changed
From-To: andreast->flo

Change the Responsible to flo@ as requested by himself.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-01-24 23:26:43 UTC
flo         2011-01-24 23:26:38 UTC

  FreeBSD ports repository

  Modified files:
    devel/pwlib          Makefile 
  Log:
  - -fPIC is also required on powerpc
  
  PR:             ports/153827
  Submitted by:   andreast
  Approved by:    maintainer timeout (15 days)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.59      +1 -1      ports/devel/pwlib/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Florian Smeets freebsd_committer freebsd_triage 2011-01-24 23:27:01 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!