summaryrefslogtreecommitdiff
path: root/zip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zip/Makefile')
-rw-r--r--zip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/zip/Makefile b/zip/Makefile
index 6beb14b..15e4f11 100644
--- a/zip/Makefile
+++ b/zip/Makefile
@@ -12,7 +12,7 @@ CFLAGS =-I. -I$(DIR_ZIPARCHIVE) -I/usr/include \
-DG_DISABLE_DEPRECATED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE \
-D__VERBOSE_DEBUGx
-LIB_SUFFIX=`if test \`uname -m\` = x86_64; then echo 64; fi`
+LIB_SUFFIX=`if test \`uname -m\` = x86_64 -o \`uname -m\` = ppc64; then echo 64; fi`
VFS_COMMON_OBJECTS=strutils.o treepathutils.o treepath_vfs.o vfsutils.o