e264d12b1e
Marcus Meissner discovered that imlib's BMP decoder would crash when loading the test BMP file created by Chris Evans for testing a previous Qt vulnerability. It is believed that this bug could be exploited for arbitrary code execution. also some port fixes, added missing dependencies, etc.
13 lines
739 B
Plaintext
13 lines
739 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.2 2004/09/21 22:40:36 brad Exp $
|
|
--- src/Makefile.in.orig Mon Aug 30 23:23:10 2004
|
|
+++ src/Makefile.in Sun Sep 19 05:26:22 2004
|
|
@@ -114,7 +114,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
|
# A list of all the files in the current directory which can be regenerated
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
-LDFLAGS = -L/usr/X11R6/lib
|
|
+LDFLAGS = @LDFLAGS@
|
|
INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir)/loaders $(freetype_cflags) -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) @XMISS@
|
|
|
|
MMX_SRCS = asm_blend.S asm_rgba.S asm_scale.S asm_rotate.S asm_blend_cmod.S
|