Bug 122899 - [PATCH] audio/liba52: powerpc build requires -fPIC
Summary: [PATCH] audio/liba52: powerpc build requires -fPIC
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-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-19 08:20 UTC by Peter Grehan
Modified: 2008-06-18 09:41 UTC (History)
0 users

See Also:


Attachments
file.diff (263 bytes, patch)
2008-04-19 08:20 UTC, Peter Grehan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Grehan freebsd_committer freebsd_triage 2008-04-19 08:20:00 UTC
Powerpc is similar to amd64 in that it requires -fPIC when building shared libs

How-To-Repeat: Build the port, and run an objdump on the shared lib. The infamous relocation
type of 10 will show up. That's actually non-relocatable and will be rejected
by the run-time linker when the library is used.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-19 08:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-18 09:39:09 UTC
edwin       2008-06-18 08:39:01 UTC

  FreeBSD ports repository

  Modified files:
    audio/liba52         Makefile 
  Log:
  [PATCH] audio/liba52: powerpc build requires -fPIC
  
          Powerpc is similar to amd64 in that it requires -fPIC when
          building shared libs
  
  PR:             ports/122899
  Submitted by:   Peter Grehan <grehan@FreeBSD.org>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.23      +1 -1      ports/audio/liba52/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 3 dfilter service freebsd_committer freebsd_triage 2008-06-18 09:39:43 UTC
edwin       2008-06-18 08:39:36 UTC

  FreeBSD ports repository

  Modified files:
    audio/liba52         Makefile 
  Log:
  [PATCH] audio/liba52: powerpc build requires -fPIC
  
          Powerpc is similar to amd64 in that it requires -fPIC when
          building shared libs
  
  Portversion bump to differentiate between builds.
  
  PR:             ports/122899
  Submitted by:   Peter Grehan <grehan@FreeBSD.org>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.24      +1 -1      ports/audio/liba52/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 4 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-18 09:41:19 UTC
State Changed
From-To: open->closed

Committed, thanks!