From 240eaf6dadb6cafce795a4589699130c022b1469 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 3 Sep 2011 19:48:30 +0200 Subject: find and link libm otherwise it will ftbfs with --as-needed because libindicator/indicator-image-helper.c uses round() but does not link to libm --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 4a36dda..453ebd6 100644 --- a/configure.ac +++ b/configure.ac @@ -62,6 +62,9 @@ AS_IF([test "x$with_gtk" = x3], ) AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3]) +LT_LIB_M +LIBINDICATOR_LIBS+="$LIBM" + ############################## # Custom Junk ############################## -- cgit v1.2.3 From f8f310d969cf360d6357305e307707a4c6f83865 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 19 Sep 2011 21:33:28 -0500 Subject: 0.4.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 453ebd6..03e8e43 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libindicator], - [0.3.93], + [0.4.0], [http://bugs.launchpad.net/libindicator], [libindicator], [http://launchpad.net/libindicator]) -- cgit v1.2.3 From 2867575084ee7586b1edac03b67526bc4bce2ee8 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 19 Sep 2011 21:54:34 -0500 Subject: releasing version 0.4.0-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c7393f8..665a7d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libindicator (0.4.0-0ubuntu1~ppa1) UNRELEASED; urgency=low +libindicator (0.4.0-0ubuntu1~ppa1) oneiric; urgency=low * New upstream release. * Add libm to linking to fix FTBFS (LP: #840514) - -- Ted Gould Mon, 19 Sep 2011 21:43:31 -0500 + -- Ted Gould Mon, 19 Sep 2011 21:54:32 -0500 libindicator (0.3.93-0ubuntu2) oneiric; urgency=low -- cgit v1.2.3