python3-efl: attempt to reduce memory usage on 32-bit hosts

This commit is contained in:
q66 2019-10-20 21:15:19 +02:00 committed by Piraty
parent cc7166d474
commit 6e0de87a34

View file

@ -14,3 +14,8 @@ license="LGPL-3.0-only, LGPL-3.0-only"
homepage="http://enlightenment.org"
distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
# ETOOBIG
if [ "$XBPS_WORDSIZE" = "32" ]; then
LDFLAGS="-Wl,--no-keep-memory"
fi