diff -r d2f9b776557a -r 17fc4867be16 components/p7zip/makefile.solaris --- a/components/p7zip/makefile.solaris Tue Sep 09 14:21:44 2014 -0700 +++ b/components/p7zip/makefile.solaris Tue Sep 09 13:45:23 2014 -0700 @@ -20,14 +20,14 @@ # # -# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. # OPTFLAGS=-O LFS_CFLAGS = $(shell getconf LFS_CFLAGS) -ALLFLAGS=${OPTFLAGS} -s -mt \ +ALLFLAGS=${OPTFLAGS} -s -mt -m64 \ -DHAVE_LONG_LONG \ $(LFS_CFLAGS) \ -DENV_UNIX \