Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326242 Details for
Bug 437680
app-admin/collectd-5.1.0-r1 USE=-collectd_plugins_perl - configure: error: "Some plugins are missing dependencies - see the summary above for details"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
collectd-5.10.1-libperl.patch
collectd-5.10.1-libperl.patch (text/plain), 935 bytes, created by
Johan Bergström
on 2012-10-10 22:04:28 UTC
(
hide
)
Description:
collectd-5.10.1-libperl.patch
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2012-10-10 22:04:28 UTC
Size:
935 bytes
patch
obsolete
>diff --git a/configure.in b/configure.in >index 1cfc2fc..384c298 100644 >--- a/configure.in >+++ b/configure.in >@@ -2944,11 +2944,13 @@ if test "x$with_libperl" = "xyes" \ > then > SAVE_CFLAGS="$CFLAGS" > SAVE_LDFLAGS="$LDFLAGS" >+ SAVE_LIBS="$LIBS" > dnl ARCHFLAGS="" -> disable multi -arch on OSX (see Config_heavy.pl:fetch_string) > PERL_CFLAGS=`ARCHFLAGS="" $perl_interpreter -MExtUtils::Embed -e ccopts` > PERL_LDFLAGS=`ARCHFLAGS="" $perl_interpreter -MExtUtils::Embed -e ldopts` > CFLAGS="$CFLAGS $PERL_CFLAGS" > LDFLAGS="$LDFLAGS $PERL_LDFLAGS" >+ LIBS="$LIBS -lperl -lpthread" > > AC_CACHE_CHECK([for libperl], > [c_cv_have_libperl], >@@ -2967,7 +2969,10 @@ dnl ARCHFLAGS="" -> disable multi -arch on OSX (see Config_heavy.pl:fetch_string > Nullsv); > ]]), > [c_cv_have_libperl="yes"], >- [c_cv_have_libperl="no"] >+ [ >+ c_cv_have_libperl="no" >+ LIBS="$SAVE_LIBS" >+ ] > ) > ) >
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 437680
:
326118
|
326120
|
326158
| 326242