summaryrefslogtreecommitdiffstats
path: root/meta/packages/lame/lame
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 13:33:45 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 13:33:45 +0000
commit8ff6e5300ad50a8497da57ff437b3c2f710d7b3c (patch)
tree8e2641184b3c48e9f53eaa892fac5b059a0be1d9 /meta/packages/lame/lame
parent6174a051040be2e78056011d4bbd226eb1550772 (diff)
downloadpoky-8ff6e5300ad50a8497da57ff437b3c2f710d7b3c.tar.gz
lame: always link with libm (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3008 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/lame/lame')
-rw-r--r--meta/packages/lame/lame/Makefile-lm.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/lame/lame/Makefile-lm.patch b/meta/packages/lame/lame/Makefile-lm.patch
new file mode 100644
index 0000000000..cbbb1706ce
--- /dev/null
+++ b/meta/packages/lame/lame/Makefile-lm.patch
@@ -0,0 +1,22 @@
1--- lame-3.96.1/libmp3lame/Makefile.am.old 2007-01-16 13:41:48.000000000 +0000
2+++ lame-3.96.1/libmp3lame/Makefile.am 2007-01-16 13:41:53.000000000 +0000
3@@ -18,7 +18,7 @@
4 decoder_ldadd =
5 endif
6
7-libmp3lame_la_LIBADD = $(nasm_ldadd) $(decoder_ldadd)
8+libmp3lame_la_LIBADD = $(nasm_ldadd) $(decoder_ldadd) -lm
9 libmp3lame_la_LDFLAGS = -version-info @LIB_MAJOR_VERSION@:@LIB_MINOR_VERSION@ \
10 -no-undefined
11
12--- lame-3.96.1/libmp3lame/Makefile.in.old 2007-01-16 13:47:17.000000000 +0000
13+++ lame-3.96.1/libmp3lame/Makefile.in 2007-01-16 13:47:29.000000000 +0000
14@@ -177,7 +177,7 @@
15 @LIB_WITH_DECODER_TRUE@decoder_ldadd = $(top_builddir)/mpglib/libmpgdecoder.la
16 @LIB_WITH_DECODER_FALSE@decoder_ldadd =
17
18-libmp3lame_la_LIBADD = $(nasm_ldadd) $(decoder_ldadd)
19+libmp3lame_la_LIBADD = $(nasm_ldadd) $(decoder_ldadd) -lm
20 libmp3lame_la_LDFLAGS = -version-info @LIB_MAJOR_VERSION@:@LIB_MINOR_VERSION@ \
21 -no-undefined
22