[Passwordsafe-devel] Byte order determination
Popular easy-to-use and secure password manager
Brought to you by:
ronys
From: Philipp T. <pt...@su...> - 2015-11-27 12:53:35
|
When looking into build failures on architectures other than intel I discovered that passwordsafe defines endianess based on the architecture. I propose to simply include endian.h and check what glibc/gcc have set __BYTE_ORDER to. With this change passwordsafe builds and works on all platforms openSUSE supports, i.e. aarm64, ppc64le, s390x and ppc/ppc64. Philipp |