File ppc64le-support.patch of Package pwlib
Index: pwlib_v1_11_0/configure.ac =================================================================== --- pwlib_v1_11_0.orig/configure.ac +++ pwlib_v1_11_0/configure.ac @@ -169,6 +169,16 @@ case "$target_cpu" in LIB64=1 ; ;; + powerpc64le ) MACHTYPE=ppc64le ; + P_64BIT=1 ; + LIB64=1 ; + ;; + + ppc64le ) MACHTYPE=ppc64le ; + P_64BIT=1 ; + LIB64=1 ; + ;; + ia64) MACHTYPE=ia64 ; P_64BIT=1 ; ;;