Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 371624 Details for
Bug 503290
net-fs/samba-3.6.22 support for FreeMiNT
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
samba-ebuild.patch (text/plain), 2.79 KB, created by
Alan Hourihane
on 2014-03-03 08:27:25 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Alan Hourihane
Created:
2014-03-03 08:27:25 UTC
Size:
2.79 KB
patch
obsolete
>--- samba-3.6.22.ebuild 2014-01-12 13:33:01.000000000 +0000 >+++ /root/waiting/net-fs/samba/samba-3.6.22.ebuild 2013-12-18 21:32:40.000000000 +0000 >@@ -14,15 +14,15 @@ > SRC_URI="mirror://samba/stable/${MY_P}.tar.gz" > LICENSE="GPL-3" > SLOT="0" >-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" >+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~m68k-mint" > IUSE="acl addns ads +aio avahi caps +client cluster cups debug dmapi doc examples fam > ldap ldb +netapi pam quota +readline selinux +server +smbclient smbsharemodes >- swat syslog +winbind" >+ swat syslog +winbind +static-libs" > > DEPEND="dev-libs/popt >- >=sys-libs/talloc-2.0.5 >- >=sys-libs/tdb-1.2.9 >- >=sys-libs/tevent-0.9.18 >+ !m68k-mint? ( >=sys-libs/talloc-2.0.5 ) >+ !m68k-mint? ( >=sys-libs/tdb-1.2.9 ) >+ !m68k-mint? ( >=sys-libs/tevent-0.9.18 ) > virtual/libiconv > ads? ( virtual/krb5 sys-fs/e2fsprogs > client? ( sys-apps/keyutils ) ) >@@ -124,6 +124,7 @@ > -e 's|LDSHFLAGS="|LDSHFLAGS="\\${LDFLAGS} |g' \ > configure || die "sed failed" > cd "${WORKDIR}/${MY_P}" && epatch "${CONFDIR}"/smb.conf.default.patch >+ cd "${WORKDIR}/${MY_P}" && epatch "${FILESDIR}"/mint.patch > } > > src_configure() { >@@ -132,6 +133,14 @@ > # Filter out -fPIE > [[ ${CHOST} == *-*bsd* ]] && myconf+=" --disable-pie" > >+ [[ ${CHOST} != *-mint* ]] && myconf+=" --with-sendfile-support" >+ >+ if ! use static-libs; then >+ myconf+=" --enable-shared-libs=yes --with-shared-modules=${SHAREDMODS}" >+ else >+ myconf+=" --enable-shared-libs=no" >+ fi >+ > #Allowing alpha/s390/sh to build > if use alpha || use s390 || use sh ; then > replace-flags -O? -O1 >@@ -164,7 +173,6 @@ > $(use_enable cups) \ > --disable-iprint \ > $(use_enable fam) \ >- --enable-shared-libs \ > --disable-dnssd \ > $(use_enable avahi) \ > --with-fhs \ >@@ -199,9 +207,7 @@ > $(use_with cluster cluster-support) \ > $(use_with acl acl-support) \ > $(use_with aio aio-support) \ >- --with-sendfile-support \ > $(use_with winbind) \ >- --with-shared-modules=${SHAREDMODS} \ > --without-included-popt \ > --without-included-iniparser > } >@@ -308,10 +314,12 @@ > if use winbind ; then > einfo "install libwbclient" > emake installlibwbclient DESTDIR="${D}" >- dolib.so ../nsswitch/libnss_wins.so >- 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 >+ if ! use static-libs; then >+ dolib.so ../nsswitch/libnss_wins.so >+ 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 >+ fi > insinto $pkgconfigdir > doins pkgconfig/wbclient.pc > einfo "install libwbclient related manpages"
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 503290
: 371624 |
371626