Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 331128 Details for
Bug 445464
freebsd-lib-9.1_rc3: Link to libraries built by itself and changes to LDADD+= from LDADD= automatically
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for freebsd-lib-9.1_rc3-r1.ebuild
445464.patch (text/plain), 897 bytes, created by
Yuta SATOH
on 2012-12-01 11:50:42 UTC
(
hide
)
Description:
patch for freebsd-lib-9.1_rc3-r1.ebuild
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2012-12-01 11:50:42 UTC
Size:
897 bytes
patch
obsolete
>--- freebsd-lib-9.1_rc3-r1.ebuild.orig 2012-11-10 05:58:00.000000000 +0900 >+++ freebsd-lib-9.1_rc3-r1.ebuild 2012-12-01 20:43:57.000000000 +0900 >@@ -154,10 +154,14 @@ > "${WORKDIR}"/lib/libc/net/Makefile.inc || die > > # Fix the Makefiles of these few libraries that will overwrite our LDADD. >+ # Changed to link to the library, which is built by itself > cd "${S}" >- for dir in libradius libtacplus libcam libdevstat libfetch libgeom libmemstat libopie \ >- libsmb; do sed -i.bak -e 's:LDADD=:LDADD+=:g' "${dir}/Makefile" || \ >- die "Problem fixing \"${dir}/Makefile" >+ for file in lib*/Makefile ; do >+ sed -i.bak -e 's:LDADD=:LDADD+=:g' "${file}" || >+ die "Problem fixing \"${file}" >+ >+ grep ^LDADD "${file}" | sed 's:-l:-L${.OBJDIR}/../lib:g' | \ >+ sed 's:LDADD[+=]*:LDFLAGS+=:' >> "${file}" > done > # Call LD with LDFLAGS, rename them to RAW_LDFLAGS > sed -e 's/LDFLAGS/RAW_LDFLAGS/g' \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 445464
: 331128 |
331192