Merge lp:~evgeni/libindicator/link-libm into lp:libindicator/0.4

Proposed by Evgeni Golov
Status: Merged
Merged at revision: 432
Proposed branch: lp:~evgeni/libindicator/link-libm
Merge into: lp:libindicator/0.4
Diff against target: 13 lines (+3/-0)
1 file modified
configure.ac (+3/-0)
To merge this branch: bzr merge lp:~evgeni/libindicator/link-libm
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+74349@code.launchpad.net

Description of the change

libindicator currently FTBFS with --as-needed
(https://bugs.launchpad.net/libindicator/+bug/840514, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640459)

This is due to not linking libm, this branch fixes it :)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2011-08-11 14:17:29 +0000
+++ configure.ac 2011-09-07 06:24:03 +0000
@@ -62,6 +62,9 @@
62)62)
63AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3])63AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3])
6464
65LT_LIB_M
66LIBINDICATOR_LIBS+="$LIBM"
67
65##############################68##############################
66# Custom Junk69# Custom Junk
67##############################70##############################

Subscribers

People subscribed via source and target branches