[Pkg-privacy-commits] [irssi-plugin-otr] 234/267: Fix: remove gmodule useless linked library flags
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.
commit c3f7b4a9a381f9ee7853693dd810aad2db748846
Author: David Goulet <dgoulet at ev0ke.net>
Date: Fri May 10 15:31:47 2013 -0400
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>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 249d0a8..ce5c52d 100644
--- 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list