8e8a8f185d
additional proofing against invalid/malicious streams in decode
13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
$OpenBSD: patch-test_Makefile_in,v 1.3 2012/02/17 22:17:52 naddy Exp $
|
|
--- test/Makefile.in.orig Fri Feb 3 23:21:56 2012
|
|
+++ test/Makefile.in Sun Feb 5 20:13:04 2012
|
|
@@ -212,7 +212,7 @@ top_srcdir = @top_srcdir@
|
|
AUTOMAKE_OPTIONS = foreign
|
|
INCLUDES = -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@
|
|
+test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ -lm
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|