7b22162fa2
- fixes *many* null pointer deref, error handling failures, leaks, use-after-free and double-free found by Coverity - fixes some MPEG2 TS audio packet loss - numerous security fixes in 0.8.6g - fixes some memory leaks Also: mark altivec FLAVOR as broken; ajacoutot reports that the altivec-enabled binary fails to start. ok ajacoutot
13 lines
652 B
Plaintext
13 lines
652 B
Plaintext
$OpenBSD: patch-modules_demux_Makefile_in,v 1.5 2008/06/09 22:55:43 sthen Exp $
|
|
--- modules/demux/Makefile.in.orig Tue Jun 3 10:03:31 2008
|
|
+++ modules/demux/Makefile.in Sat Jun 7 23:56:56 2008
|
|
@@ -626,7 +626,7 @@ LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(C
|
|
$(AM_CXXFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
- $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -lstdc++ -o $@
|
|
SOURCES = $(liba52sys_a_SOURCES) $(liba52sys_plugin_a_SOURCES) \
|
|
$(libaiff_a_SOURCES) $(libaiff_plugin_a_SOURCES) \
|
|
$(libau_a_SOURCES) $(libau_plugin_a_SOURCES) \
|