summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2014-04-22 15:08:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-22 16:33:43 +0200
commit3aa14694255678fd838a0f58ee397b2cdb3d7cd0 (patch)
tree6796a7e991a7718cd36826e0238d2a6f635e2ef0 /rules
parentc4254fd117b7914223362656f0ca3a79c881b809 (diff)
downloadptxdist-3aa14694255678fd838a0f58ee397b2cdb3d7cd0.tar.gz
ptxdist-3aa14694255678fd838a0f58ee397b2cdb3d7cd0.tar.xz
perl: Add missing dependencies
A call to 'readelf -d' on the Perl interpreter shows me: 0x00000001 (NEEDED) Shared library: [libm.so.6] 0x00000001 (NEEDED) Shared library: [libcrypt.so.1] 0x00000001 (NEEDED) Shared library: [libdl.so.2] 0x00000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x00000001 (NEEDED) Shared library: [libc.so.6] 0x00000001 (NEEDED) Shared library: [ld-linux.so.3] So add the missing glibc/gcc libs as dependency. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/perl.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/perl.in b/rules/perl.in
index fc462b494..6a226de58 100644
--- a/rules/perl.in
+++ b/rules/perl.in
@@ -3,6 +3,10 @@
config PERL
tristate
prompt "perl"
+ select LIBC_DL
+ select LIBC_M
+ select LIBC_CRYPT
+ select GCCLIBS_GCC_S
help
Larry Wall's Practical Extraction and Report Language
An interpreted scripting language, known among some as