summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
Diffstat (limited to 'chat-libs')
-rwxr-xr-xchat-libs/loudmouth/BUILD2
-rw-r--r--chat-libs/loudmouth/HISTORY6
-rwxr-xr-xchat-libs/loudmouth/PRE_BUILD5
3 files changed, 9 insertions, 4 deletions
diff --git a/chat-libs/loudmouth/BUILD b/chat-libs/loudmouth/BUILD
index 22184bdde0..f6fd9cd47e 100755
--- a/chat-libs/loudmouth/BUILD
+++ b/chat-libs/loudmouth/BUILD
@@ -1 +1 @@
-CFLAGS+="-Wno-error=deprecated-declarations" default_build
+CFLAGS+=" -Wno-error=deprecated-declarations" default_build
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
index ab93fdc46e..6d75c214ae 100644
--- a/chat-libs/loudmouth/HISTORY
+++ b/chat-libs/loudmouth/HISTORY
@@ -1,5 +1,9 @@
+2015-09-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: add missing space in CFLAGS
+ * PRE_BUILD: run libtoolize
+
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: openssl => SSL
+ * DEPENDS: openssl => SSL
2014-01-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD: disable compiler error
diff --git a/chat-libs/loudmouth/PRE_BUILD b/chat-libs/loudmouth/PRE_BUILD
index b51d093d8a..4f1d8154e7 100755
--- a/chat-libs/loudmouth/PRE_BUILD
+++ b/chat-libs/loudmouth/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-aclocal &&
-autoconf
+aclocal &&
+autoconf &&
+libtoolize