2017-06-15 23:17:48 +00:00
|
|
|
diff --git a/perl/sieve/managesieve/Makefile.PL.in b/perl/sieve/managesieve/Makefile.PL.in
|
2017-08-11 16:20:12 +00:00
|
|
|
index 2bb715d..422504d 100644
|
2017-06-15 23:17:48 +00:00
|
|
|
--- a/perl/sieve/managesieve/Makefile.PL.in
|
|
|
|
+++ b/perl/sieve/managesieve/Makefile.PL.in
|
|
|
|
@@ -69,7 +69,7 @@ WriteMakefile(
|
|
|
|
'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',
|
2017-08-11 16:20:12 +00:00
|
|
|
- 'LIBS' => ["$LIB_SASL @SSL_LIBS@ @LIB_UUID@ @ZLIB@"],
|
2018-05-18 20:17:09 +00:00
|
|
|
+ 'LIBS' => ["$LIB_SASL @SSL_LIBS@ @LIB_UUID@ @ZLIB@ -lsqlite3 -lpq -lmariadb"],
|
2017-06-15 23:17:48 +00:00
|
|
|
'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@",
|