diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-01 13:23:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-01 13:23:57 +0100 |
commit | 00ba2e8c4d07f9b580723df7c5823f0e413dc5f2 (patch) | |
tree | 6e95b581fb46f18f7f6377d26096e58dc02038ab /ChangeLog.asciidoc | |
parent | a020c28ea6e8d035907cf873959f1e1f95051b8b (diff) | |
download | weechat-00ba2e8c4d07f9b580723df7c5823f0e413dc5f2.zip |
core: fix compilation of plugins with cmake >= 3.1 (closes #287)
The flag -fPIC is now forced for compilation of plugins.
It should fix compilation problems when cmake doesn't add this flag.
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 30b80da93..bbcc9714a 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -59,6 +59,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === Bugs fixed +* core: fix compilation of plugins with cmake >= 3.1 (closes #287) * core: fix display bug when scrolling in buffer on a filtered line (closes #240) * core: send mouse code only one time to terminal with command |