12aaddf055
Update to 3.9.4, which includes fixes for CVE-2009-2347 and CVE-2010-1411.
21 lines
656 B
Plaintext
21 lines
656 B
Plaintext
$OpenBSD: patch-libtiff_Makefile_in,v 1.9 2010/06/30 17:10:07 naddy Exp $
|
|
|
|
* Avoid picking up an old libtiff in ${LOCALBASE}.
|
|
* Do not record inter-library dependencies.
|
|
|
|
--- libtiff/Makefile.in.orig Tue Jun 15 20:58:54 2010
|
|
+++ libtiff/Makefile.in Sun Jun 27 05:25:54 2010
|
|
@@ -231,10 +231,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LD = @LD@
|
|
-LDFLAGS = @LDFLAGS@
|
|
+LDFLAGS =
|
|
LIBDIR = @LIBDIR@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = @LIBS@
|
|
+LIBS =
|
|
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
|
|
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
|
|
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
|