• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/metacity/0003-mag-add-libm-reference.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
Upstream patch to fix link against libm
2
​
3
The upstream patch is modified to also include the necessary
4
Makefile.in, which avoids the need for autoreconfiguring the
5
package. Autoreconfiguring the package unfortunately doesn't work, due
6
to AM_GCONF_SOURCE_2 and AM_NLS macros being missing.
7
​
8
http://git.gnome.org/browse/metacity/commit/src/tools/Makefile.am?id=13d0d52eb885598885b6ff4b73c795c8f29c2a6b
9
​
10
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11
​
12
From 13d0d52eb885598885b6ff4b73c795c8f29c2a6b Mon Sep 17 00:00:00 2001
13
From: Matthias Clasen <mclasen@redhat.com>
14
Date: Sun, 02 May 2010 14:50:42 +0000
15
Subject: fails to link with pedantic linkers
16
​
17
---
18
(limited to 'src/tools/Makefile.am')
19
​
20
Index: b/src/tools/Makefile.am
21
===================================================================
22
--- a/src/tools/Makefile.am
23
+++ b/src/tools/Makefile.am
24
@@ -26,7 +26,7 @@
25
 
26
 metacity_message_LDADD= @METACITY_MESSAGE_LIBS@
27
 metacity_window_demo_LDADD= @METACITY_WINDOW_DEMO_LIBS@
28
-metacity_mag_LDADD= @METACITY_WINDOW_DEMO_LIBS@
29
+metacity_mag_LDADD= @METACITY_WINDOW_DEMO_LIBS@ -lm
30
 metacity_grayscale_LDADD = @METACITY_WINDOW_DEMO_LIBS@
31
 
32
 EXTRA_DIST=$(icon_DATA)
33
Index: b/src/tools/Makefile.in
34
===================================================================
35
--- a/src/tools/Makefile.in
36
+++ b/src/tools/Makefile.in
37
@@ -281,7 +281,7 @@
38
 
39
 metacity_message_LDADD = @METACITY_MESSAGE_LIBS@
40
 metacity_window_demo_LDADD = @METACITY_WINDOW_DEMO_LIBS@
41
-metacity_mag_LDADD = @METACITY_WINDOW_DEMO_LIBS@
42
+metacity_mag_LDADD = @METACITY_WINDOW_DEMO_LIBS@ -lm
43
 metacity_grayscale_LDADD = @METACITY_WINDOW_DEMO_LIBS@
44
 EXTRA_DIST = $(icon_DATA)
45
 all: all-am
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.