[Pkg-privacy-commits] [pidgin-otr] 37/255: * Makefile.mingw: Statically link libintl and libiconv
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:51:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch experimental
in repository pidgin-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-privacy/packages/pidgin-otr.git
More information about the Pkg-privacy-commits
mailing list