components/sudo/patches/compat-build.patch
author Darren J Moffat <Darren.Moffat@Oracle.COM>
Mon, 01 Aug 2011 12:41:59 -0700
changeset 447 7ca7b95abd2f
permissions -rw-r--r--
PSARC/2011/252 sudo 1.8.1 7056913 sudo 1.8.1

--- sudo-1.8.1p2/compat/Makefile.in	Mon Jun 20 05:26:16 2011
+++ sudo-1.8.1p2.fixes/compat/Makefile.in	Wed Apr  6 12:14:00 2011
@@ -30,7 +30,7 @@
 LIBTOOL = @LIBTOOL@
 
 # C preprocessor flags
-CPPFLAGS = -I$(top_builddir) -I$(incdir) @CPPFLAGS@
+CPPFLAGS = -I$(top_builddir) -I$(incdir) -I$(top_srcdir) @CPPFLAGS@
 
 # Usually -O and/or -g
 CFLAGS = @CFLAGS@