mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
python-crypto: fixed endianness detection
This fixes setup.py so that it uses the endianness of the target system instead of detecting endianness from the host. This affects the computation of RIPEMD-160 hashes. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -37,7 +37,10 @@ and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.).
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
|
||||
$(call Build/Compile/PyMod,,\
|
||||
install --prefix=/usr --root=$(PKG_INSTALL_DIR),\
|
||||
CONFIG_BIG_ENDIAN="$(CONFIG_BIG_ENDIAN)" \
|
||||
)
|
||||
endef
|
||||
|
||||
define Package/python-crypto/install
|
||||
|
||||
Reference in New Issue
Block a user