Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 566416 Details for
Bug 678754
net-mail/cyrus-imapd-3.0.8-r1 USE="caps sieve" - perl modules underlinked
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
one possible patch
cyrus-imapd-libcap-libs.patch (text/plain), 2.12 KB, created by
Maciej S. Szmigiero
on 2019-02-25 15:22:53 UTC
(
hide
)
Description:
one possible patch
Filename:
MIME Type:
Creator:
Maciej S. Szmigiero
Created:
2019-02-25 15:22:53 UTC
Size:
2.12 KB
patch
obsolete
>--- a/configure.ac 2017-07-15 07:26:38.375295969 +0200 >+++ b/configure.ac 2017-07-15 07:28:33.250194410 +0200 >@@ -1351,7 +1351,9 @@ > AC_CHECK_HEADERS([sys/capability.h sys/prctl.h], , have_libcap=no) > if test "$have_libcap" = "yes"; then > AC_DEFINE(HAVE_LIBCAP, [], [Do we have libcap system capabilities handling (Linux systems only)?]) >- LIBS="$LIBS -lcap" >+ LIBCAP="-lcap" >+ AC_SUBST(LIBCAP) >+ LIBS="$LIBS $LIBCAP" > fi > fi > ;; >--- a/perl/imap/Makefile.PL.in 2019-02-25 15:43:44.370676803 +0100 >+++ b/perl/imap/Makefile.PL.in 2019-02-25 15:44:02.595285944 +0100 >@@ -90,7 +90,7 @@ > 'clean' => {'FILES' => 'libcyrperl.a cyradm'}, > 'OBJECT' => 'IMAP.o', > 'MYEXTLIB' => '@top_builddir@/perl/.libs/libcyrus.a @top_builddir@/perl/.libs/libcyrus_min.a', >- 'LIBS' => [ "$LIB_SASL @SSL_LIBS@ @LIB_UUID@ @ZLIB@"], >+ 'LIBS' => [ "$LIB_SASL @SSL_LIBS@ @LIB_UUID@ @ZLIB@ @LIBCAP@"], > 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING' > 'INC' => "-I@top_srcdir@ -I@top_srcdir@/com_err/et @SASLFLAGS@ @SSL_CPPFLAGS@ -I@top_srcdir@/perl/imap", > 'EXE_FILES' => [cyradm], >--- a/perl/sieve/managesieve/Makefile.PL.in 2019-02-25 15:42:40.852554632 +0100 >+++ b/perl/sieve/managesieve/Makefile.PL.in 2019-02-25 15:43:05.029362231 +0100 >@@ -69,7 +69,7 @@ > 'ABSTRACT' => 'Cyrus Sieve management interface', > 'VERSION_FROM' => "@top_srcdir@/perl/sieve/managesieve/managesieve.pm", # finds $VERSION > 'MYEXTLIB' => '../lib/.libs/libisieve.a @top_builddir@/perl/.libs/libcyrus.a @top_builddir@/perl/.libs/libcyrus_min.a', >- 'LIBS' => ["$LIB_SASL @SSL_LIBS@ @LIB_UUID@ @ZLIB@ @SQLITE_LIBADD@ @MYSQL_LIBADD@ @PGSQL_LIBADD@"], >+ 'LIBS' => ["$LIB_SASL @SSL_LIBS@ @LIB_UUID@ @ZLIB@ @SQLITE_LIBADD@ @MYSQL_LIBADD@ @PGSQL_LIBADD@ @LIBCAP@"], > 'CCFLAGS' => '@GCOV_CFLAGS@', > 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING' > 'INC' => "-I@top_srcdir@/lib -I@top_srcdir@/perl/sieve -I@top_srcdir@/perl/sieve/lib @SASLFLAGS@ @SSL_CPPFLAGS@",
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 678754
: 566416