[Pkg-privacy-commits] [Git][pkg-privacy-team/irssi-plugin-otr][master] 2 commits: Fix: remove gmodule useless linked library flags

Ulrike Uhlig ulrike at debian.org
Mon May 28 10:28:26 BST 2018


Ulrike Uhlig pushed to branch master at Privacy Maintainers / irssi-plugin-otr


Commits:
c3f7b4a9 by David Goulet at 2013-05-10T15:42:31-04:00
Fix: remove gmodule useless linked library flags

Only the CFLAGS are needed for irssi headers to make sense.

Ref #31

Reported-by: Antoine Beaupré <anarcat at debian.org>
Signed-off-by: David Goulet <dgoulet at ev0ke.net>

- - - - -
cab3fc91 by David Goulet at 2013-06-01T10:51:18-04:00
Fix: remove double quotes around a NULL value

Fixes #34

Signed-off-by: David Goulet <dgoulet at ev0ke.net>

- - - - -


2 changed files:

- configure.ac
- src/module.c


Changes:

=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AM_PATH_LIBOTR(4.0.0, [], [AC_MSG_ERROR([libotr 4.0.0 or newer is required.])])
 pkg_modules="gmodule-2.0 >= 2.0.0"
 PKG_CHECK_MODULES(GMODULE, [$pkg_modules])
 
-LIBS="$LIBS $GMODULE_LIBS"
+LIBS="$LIBS"
 
 PACKAGE_CFLAGS="$GMODULE_CFLAGS -Wall -Werror=format-security"
 AC_SUBST(PACKAGE_CFLAGS)


=====================================
src/module.c
=====================================
--- a/src/module.c
+++ b/src/module.c
@@ -36,7 +36,7 @@
 GCRY_THREAD_OPTION_PTHREAD_IMPL;
 
 static const char *signal_args_otr_event[] = {
-	"iobject", "string", "string", "NULL"
+	"iobject", "string", "string", NULL
 };
 
 int debug = FALSE;



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/irssi-plugin-otr/compare/7cceb0bc04f0333b946bc1ce50dabd272b6c05ec...cab3fc915c387e24e4228f019745a76ca592dbc4

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/irssi-plugin-otr/compare/7cceb0bc04f0333b946bc1ce50dabd272b6c05ec...cab3fc915c387e24e4228f019745a76ca592dbc4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20180528/eb9f45e0/attachment-0001.html>


More information about the Pkg-privacy-commits mailing list