• 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/metacity-add-libm-reference.patch
Thomas PetazzoniThomas Petazzoni committed d8b333c675218 Dec 2012
Raw file
Source viewDiff to previous
 
1
Upstream fix to link metacity itself against libm
2
​
3
The upstream fix is modified to also include the changes on the
4
configure script directly, so that autoreconfiguring is not
5
needed. Autoreconfiguring cannot be done easily on metacity, due to
6
missing AM_GCONF_SOURCE_2 and AM_NLS macros.
7
​
8
http://git.gnome.org/browse/metacity/commit/configure.in?id=9cb0b6ff520ea69bdff6c328a21787202aee1bcc
9
​
10
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11
​
12
From 9cb0b6ff520ea69bdff6c328a21787202aee1bcc Mon Sep 17 00:00:00 2001
13
From: Götz Waschk <waschk@mandriva.org>
14
Date: Wed, 22 Oct 2008 12:08:48 +0000
15
Subject: add libm reference. Closes #557357.
16
​
17
2008-10-22  Götz Waschk  <waschk@mandriva.org>
18
​
19
        * configure.in: add libm reference.  Closes #557357.
20
​
21
​
22
svn path=/trunk/; revision=3984
23
---
24
(limited to 'configure.in')
25
​
26
Index: b/configure.in
27
===================================================================
28
--- a/configure.in
29
+++ b/configure.in
30
@@ -413,7 +413,7 @@
31
    AC_DEFINE(HAVE_XSYNC, , [Have the Xsync extension library])
32
 fi
33
 
34
-METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
35
+METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lm"
36
 METACITY_MESSAGE_LIBS="$METACITY_MESSAGE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
37
 METACITY_WINDOW_DEMO_LIBS="$METACITY_WINDOW_DEMO_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
38
 METACITY_PROPS_LIBS="$METACITY_PROPS_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
39
Index: b/configure
40
===================================================================
41
--- a/configure
42
+++ b/configure
43
@@ -29509,7 +29509,7 @@
44
 
45
 fi
46
 
47
-METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
48
+METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lm"
49
 METACITY_MESSAGE_LIBS="$METACITY_MESSAGE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
50
 METACITY_WINDOW_DEMO_LIBS="$METACITY_WINDOW_DEMO_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
51
 METACITY_PROPS_LIBS="$METACITY_PROPS_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
  • 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.