[Commits] [SCM] claws branch, master, updated. 3.12.0-40-g200a466
ticho at claws-mail.org
ticho at claws-mail.org
Tue Aug 4 10:09:18 CEST 2015
The branch, master has been updated
via 200a466aad1859b890283e959c715c279f04373c (commit)
from 4256dfbdc81c5a900cf577bae38847bb803a45c7 (commit)
Summary of changes:
AUTHORS | 1 +
src/plugins/rssyl/libfeed/Makefile.am | 2 ++
2 files changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 200a466aad1859b890283e959c715c279f04373c
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Tue Aug 4 09:18:19 2015 +0200
Do not build libfeed if RSSyl plugin is disabled.
Closes bug #1544, fix based on patch by Jean Diraison.
diff --git a/AUTHORS b/AUTHORS
index 7194f3c..4bc665a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -306,3 +306,4 @@ contributors (in addition to the above; based on Changelog)
Johan Vromans
Robert David
Oliver Schneider
+ Jean Diraison
diff --git a/src/plugins/rssyl/libfeed/Makefile.am b/src/plugins/rssyl/libfeed/Makefile.am
index 5ad331e..456e253 100644
--- a/src/plugins/rssyl/libfeed/Makefile.am
+++ b/src/plugins/rssyl/libfeed/Makefile.am
@@ -1,4 +1,6 @@
+if BUILD_RSSYL_PLUGIN
noinst_LTLIBRARIES = libfeed.la
+endif
libfeed_la_CPPFLAGS = \
-Wall \
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list