Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180676 Details for
Bug 248769
sci-misc/boinc-6.2.15 - boinc_api.C:276: error: ‘strlcat’ was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use boinc's implementation of strlcat and strlcpy
bug248769b.patch (text/plain), 530 bytes, created by
Martin von Gagern
on 2009-02-02 09:30:20 UTC
(
hide
)
Description:
Use boinc's implementation of strlcat and strlcpy
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2009-02-02 09:30:20 UTC
Size:
530 bytes
patch
obsolete
>Use boinc's implementation of strlcat and strlcpy >https://bugs.gentoo.org/248769 >2009-02-02 Martin von Gagern > >--- boinc-6.4.5.ebuild >+++ boinc-6.4.5.ebuild >@@ -74,6 +74,13 @@ src_configure() { > # nonstandard enable > use server || config="--disable-server" > >+ # Bug #248769: don't use strlcat and friends from kerberos or similar >+ local func >+ for func in strlcat strlcpy; do >+ eval "export ac_cv_func_${func}=no" >+ append-cppflags -D${func}=boinc_${func} >+ done >+ > # configure > econf \ > --disable-dependency-tracking \
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 248769
:
173879
|
174075
| 180676