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: [email protected]
ReportedBy: [EMAIL PROTECTED]
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.
_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy