GNOME Bugzilla – Bug 658236
Explicitly link against -lm
Last modified: 2011-09-08 16:04:25 UTC
Created attachment 195674 [details] [review] [PATCH] Explicitly link against -lm Due to the recent changes in gdk-pixbuf [1], libgnomeui will fail to build [2] Please find a patch attached. [1] http://mail.gnome.org/archives/desktop-devel-list/2011-August/msg00237.html [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640455
AC_CHECK_LIBM is deprecated and replaced by LT_LIB_M. With that changed, ok to commit.
Created attachment 195706 [details] [review] [PATCH] Explicitly link against -lm Use newer macro LT_LIB_M
Comment on attachment 195706 [details] [review] [PATCH] Explicitly link against -lm Michael: Please feel free to commit if you have git permissions.
(In reply to comment #3) > (From update of attachment 195706 [details] [review]) > Michael: Please feel free to commit if you have git permissions. the git push failed with: remote: error: refname 'GNOME_0_30_MARTIN' is ambiguous remote: A valid libgnomeui.doap file is required. See http://live.gnome.org/MaintainersCorner#maintainers To ssh://mbiebl@git.gnome.org/git/libgnomeui ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'ssh://mbiebl@git.gnome.org/git/libgnomeui' So I guess I need someone else to commit the patch.
DOAP file added, you should be able to push now.
Pushed(In reply to comment #5) > DOAP file added, you should be able to push now. Pushed