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
1=== modified file 'configure.ac'
2--- configure.ac 2011-08-11 14:17:29 +0000
3+++ configure.ac 2011-09-07 06:24:03 +0000
4@@ -62,6 +62,9 @@
5 )
6 AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3])
7
8+LT_LIB_M
9+LIBINDICATOR_LIBS+="$LIBM"
10+
11 ##############################
12 # Custom Junk
13 ##############################

Subscribers

People subscribed via source and target branches