Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37540860
en ru br
ALT Linux repos
S:1.3.7-alt1
5.0: 1.2.0-alt3
4.1: 1.2.0-alt3.M41.1
4.0: 1.2.0-alt3
+updates:1.1.2-alt3
3.0: 1.1.1-alt2

Group :: System/Libraries
RPM: libvorbis

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libvorbis-1.3.6-alt-add-needed.patch
Download


diff --git a/libvorbis/examples/Makefile.am b/libvorbis/examples/Makefile.am
index 5881635..6b3be7c 100644
--- a/libvorbis/examples/Makefile.am
+++ b/libvorbis/examples/Makefile.am
@@ -13,7 +13,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
 #LDFLAGS = -all-static 
 
 decoder_example_SOURCES = decoder_example.c
-decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la @OGG_LIBS@
+decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la @OGG_LIBS@ -lm
 
 encoder_example_SOURCES = encoder_example.c
 encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la @OGG_LIBS@
diff --git a/libvorbis/test/Makefile.am b/libvorbis/test/Makefile.am
index b68ebdb..6ca7a22 100644
--- a/libvorbis/test/Makefile.am
+++ b/libvorbis/test/Makefile.am
@@ -10,7 +10,7 @@ check: $(check_PROGRAMS)
 AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
 
 test_SOURCES = util.c util.h write_read.c write_read.h test.c
-test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
+test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@ -lm
 
 debug:
 	$(MAKE) check CFLAGS="@DEBUG@"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin