diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2009-10-27 11:22:42 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2009-10-27 11:22:42 +0100 |
| commit | 2c743730a73e7539a703e873d9cef6be8455232b (patch) | |
| tree | a83debde0eea8e0ffb95d3577b4503413feacc16 /libarchive | |
| parent | 407ffece7951dd089cc8f18c33312f7757739c3d (diff) | |
| download | tuxcmd-modules-2c743730a73e7539a703e873d9cef6be8455232b.tar.xz | |
Fix PPC64 libdir
Diffstat (limited to 'libarchive')
| -rw-r--r-- | libarchive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/Makefile b/libarchive/Makefile index 34eea3f..b375dfb 100644 --- a/libarchive/Makefile +++ b/libarchive/Makefile @@ -13,7 +13,7 @@ CFLAGS =-I. -I/usr/include -I$(DIR_COMMON) \ -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 |
