[pkg-otr-team] [irssi-plugin-otr] 37/167: * Makefile.mingw: Statically link libintl and libiconv

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to tag 4.0.0
in repository irssi-plugin-otr.

commit 5b7253b9efbcb4c354f764fdacd509ab23c6e6d4
Author: cypherpunk <cypherpunk>
Date:   Fri Jul 27 01:04:53 2007 +0000

    	* Makefile.mingw: Statically link libintl and libiconv
---
 ChangeLog      | 2 ++
 Makefile.mingw | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 11907c4..1773f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
 	only if the user requested to authenticate buddy (and not if it
 	popped up because the remote side asked for it)
 
+	* Makefile.mingw: Statically link libintl and libiconv
+
 2007-07-24
 
 	* INSTALL: Added information about i18n; added information about
diff --git a/Makefile.mingw b/Makefile.mingw
index 45100f2..f717647 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -24,7 +24,7 @@ LIBOTRLIBDIR = /usr/lib
 # Location of libintl.h
 LIBINTLINCDIR = /usr/i586-mingw32msvc/include
 
-# Location of libintl.a
+# Location of libintl.a and libiconv.a
 LIBINTLLIBDIR = /usr/i586-mingw32msvc/lib
 
 # The target
@@ -38,7 +38,7 @@ TARGET = pidgin-otr.dll
 LDFLAGS = -Wl,--enable-auto-image-base
 LDLIBS = $(LIBOTRLIBDIR)/libotr.a -lgtk-win32-2.0 -lglib-2.0 -lgdk_pixbuf-2.0 \
 	 -lgobject-2.0 -lpidgin -llibpurple -lgcrypt -lgpg-error \
-	 -L$(LIBINTLLIBDIR) -lintl
+	 $(LIBINTLLIBDIR)/libintl.a $(LIBINTLLIBDIR)/libiconv.a
 else
 FPIC = -fPIC
 LDFLAGS = -module -avoid-version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-otr/packages/irssi-plugin-otr.git



More information about the Pkg-otr-team mailing list