Magellan Linux

Contents of /trunk/audiofile/patches/audiofile-0.3.2-lm.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1609 - (show annotations) (download)
Wed Jan 11 14:42:45 2012 UTC (12 years, 4 months ago) by niro
File size: 699 byte(s)
-fixed patch
1 From f9cd73065404f7abd8064fef42b91260ecce37f9 Mon Sep 17 00:00:00 2001
2 From: Michael <kensington@astralcloak.net>
3 Date: Tue, 10 Jan 2012 22:43:09 +1100
4 Subject: [PATCH] Fix underlinking in test/printmarkers so that it will build
5 with gold.
6
7 ---
8 test/Makefile.am | 3 +++
9 1 files changed, 3 insertions(+), 0 deletions(-)
10
11 diff --git a/test/Makefile.am b/test/Makefile.am
12 index 187fe1a..cfa9d71 100644
13 --- a/test/Makefile.am
14 +++ b/test/Makefile.am
15 @@ -58,6 +58,9 @@ DEPENDENCIES = $(LIBAUDIOFILE)
16
17 LIBGTEST = gtest/libgtest.la
18
19 +printmarkers_SOURCES = printmarkers.c
20 +printmarkers_LDADD = $(LIBAUDIOFILE) -lm
21 +
22 sign_SOURCES = sign.cpp
23 sign_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
24
25 --
26 1.7.8.3
27