mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
python3-efl: attempt to reduce memory usage on 32-bit hosts
This commit is contained in:
parent
cc7166d474
commit
6e0de87a34
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue