diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template index 9825cb5fa5..3a3fa07047 100644 --- a/srcpkgs/python3-efl/template +++ b/srcpkgs/python3-efl/template @@ -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