monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: propose to land .stripped on Tuesday


From: Lapo Luchini
Subject: [Monotone-devel] Re: propose to land .stripped on Tuesday
Date: Thu, 19 Feb 2009 11:44:14 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090114)

Stephen Leake wrote:
> There's a bug in EXTERNAL_LIBS; it has "LIBINTL" instead of
> "intl_LIBS", needed to link tester.exe. Fixed in Makefile.am

"Fixed" as in "committed and sync'ed"?
I still needed this patch to have it working:

% mtn diff
#
# old_revision [4efc470e4eee7e104a289c63af26f28e0555c153]
#
# patch "Makefile.am"
#  from [4f5e9f7abd0818ddc41fa8d3d7b1d0ae9a860dcf]
#    to [8e00f8e7747f4feed7d877f5a85e06df307fd7cb]
#
============================================================
--- Makefile.am 4f5e9f7abd0818ddc41fa8d3d7b1d0ae9a860dcf
+++ Makefile.am 8e00f8e7747f4feed7d877f5a85e06df307fd7cb
@@ -234,7 +234,7 @@ AM_CXXFLAGS = $(PCH_FLAGS)
              $(lua_CFLAGS) $(sqlite_CFLAGS) $(idn_CFLAGS)
 AM_CXXFLAGS = $(PCH_FLAGS)

-LDADD = libplatform.a lib3rdparty.a $(BOOSTLIBS) $(LIBINTL)    \
+LDADD = libplatform.a lib3rdparty.a $(BOOSTLIBS) $(intl_LIBS)  \
        $(LIBICONV) $(pcre_LIBS) $(botan_LIBS) $(lua_LIBS)      \
        $(sqlite_LIBS) $(idn_LIBS)

-- 
Lapo Luchini - http://lapo.it/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]