7057024 bunzip2 fails with "File too large" on 1.8G input file
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 20 Jun 2011 12:54:46 -0700
changeset 322 36a656014625
parent 321 24c9015ed25a
child 323 90bf5219e55c
7057024 bunzip2 fails with "File too large" on 1.8G input file
components/bzip2/Makefile
--- a/components/bzip2/Makefile	Mon Jun 20 12:42:00 2011 -0700
+++ b/components/bzip2/Makefile	Mon Jun 20 12:54:46 2011 -0700
@@ -40,7 +40,7 @@
 LINT_FLAGS +=	-I.
 
 # we need to enable large file support and build PIC for our shared libraries
-CFLAGS += $(CPP_LARGEFILE) $(CC_PIC)
+CFLAGS += $(CPP_LARGEFILES) $(CC_PIC)
 
 COMPONENT_BUILD_ENV += CC="$(CC)"
 COMPONENT_BUILD_ARGS += CC="$(CC)"