[Telepathy] [Bug 13484] New: FTBFS: missing LDFLAGS for src/check-compat/
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Dec 2 00:31:25 PST 2007
http://bugs.freedesktop.org/show_bug.cgi?id=13484
Summary: FTBFS: missing LDFLAGS for src/check-compat/
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: blocker
Priority: medium
Component: libtelepathy
AssignedTo: telepathy at lists.freedesktop.org
ReportedBy: diegoe at gnome.org
Honestly I don't know if this is the correct fix, but it allowed me to build:
diff -rN -u old-libtelepathy/src/check-compat/Makefile.am
new-libtelepathy/src/check-compat/Makefile.am
--- old-libtelepathy/src/check-compat/Makefile.am 2007-12-02
03:28:56.000000000 -0500
+++ new-libtelepathy/src/check-compat/Makefile.am 2007-12-02
03:28:56.000000000 -0500
@@ -3,6 +3,8 @@
$(TP_GLIB_CFLAGS) \
$(WNO_DEPRECATED_DECLARATIONS)
+AM_LDFLAGS = $(TP_GLIB_LIBS)
+
everything_CFLAGS = $(AM_CFLAGS) -Wall -Wextra
noinst_PROGRAMS = \
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Telepathy
mailing list