summaryrefslogtreecommitdiffstats
path: root/package/python-psutil/python-psutil.hash
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-03-12 15:06:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-12 16:07:43 +0100
commit70759f5359d6e5f7b868b74399e20d8ea7956769 (patch)
treeebb4d96f5e2e714a6c9e1a2dc270d071d8c8ce56 /package/python-psutil/python-psutil.hash
parent013207f2e4997cb836914b6a9bc9dbc6ee87553c (diff)
downloadbuildroot-70759f5359d6e5f7b868b74399e20d8ea7956769.tar.gz
buildroot-70759f5359d6e5f7b868b74399e20d8ea7956769.zip
package/python: add optional support for libintl
Python links to gettext when available: $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/python2.7/lib-dynload/_locale.so | grep NEEDED 0x00000001 (NEEDED) Shared library: [libintl.so.8] 0x00000001 (NEEDED) Shared library: [libpython2.7.so.1.0] 0x00000001 (NEEDED) Shared library: [libc.so.0] In comparison the same library compiled without gettext: $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/python2.7/lib-dynload/_locale.so | grep NEEDED 0x00000001 (NEEDED) Shared library: [libpython2.7.so.1.0] 0x00000001 (NEEDED) Shared library: [libc.so.0] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-psutil/python-psutil.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud