From 2c743730a73e7539a703e873d9cef6be8455232b Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 27 Oct 2009 11:22:42 +0100 Subject: Fix PPC64 libdir --- zip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zip/Makefile') 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 -- cgit v1.2.3