Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344702 Details for
Bug 464818
net-fs/samba doesn't install needed pkgconfig files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
install pkgconfig files
pkgconfig.patch (text/plain), 1.22 KB, created by
poncho
on 2013-04-07 09:59:02 UTC
(
hide
)
Description:
install pkgconfig files
Filename:
MIME Type:
Creator:
poncho
Created:
2013-04-07 09:59:02 UTC
Size:
1.22 KB
patch
obsolete
>--- /var/portage/tree/net-fs/samba/samba-3.6.12.ebuild 2013-02-25 09:31:22.000000000 +0100 >+++ net-fs/samba/samba-3.6.12.ebuild 2013-04-03 18:20:08.191235746 +0200 >@@ -251,6 +251,8 @@ > } > > src_install() { >+ pkgconfigdir=/usr/$(get_libdir)/pkgconfig >+ > # install libs > if use addns ; then > einfo "install addns library" >@@ -259,14 +261,20 @@ > if use netapi ; then > einfo "install netapi library" > emake installlibnetapi DESTDIR="${D}" >+ insinto $pkgconfigdir >+ doins pkgconfig/netapi.pc > fi > if use smbclient ; then > einfo "install smbclient library" > emake installlibsmbclient DESTDIR="${D}" >+ insinto $pkgconfigdir >+ doins pkgconfig/smbclient.pc > fi > if use smbsharemodes ; then > einfo "install smbsharemodes library" > emake installlibsmbsharemodes DESTDIR="${D}" >+ insinto $pkgconfigdir >+ doins pkgconfig/smbsharemodes.pc > fi > > # install modules >@@ -296,6 +304,8 @@ > dosym libnss_wins.so /usr/$(get_libdir)/libnss_wins.so.2 > dolib.so ../nsswitch/libnss_winbind.so > dosym libnss_winbind.so /usr/$(get_libdir)/libnss_winbind.so.2 >+ insinto $pkgconfigdir >+ doins pkgconfig/wbclient.pc > einfo "install libwbclient related manpages" > doman ../docs/manpages/idmap_rid.8 > doman ../docs/manpages/idmap_hash.8
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 464818
: 344702