File: configure_full_perl.sh

package info (click to toggle)
perl 5.36.0-7%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 120,064 kB
  • sloc: ansic: 650,199; perl: 478,052; sh: 70,710; pascal: 8,435; xml: 2,428; yacc: 1,230; makefile: 1,175; cpp: 208; lisp: 1
file content (21 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Configure environment variables for perl build.
declare -x AWK="/system/gnu_library/bin/gawk.pm"
export AWK
declare -x CC="/system/gnu_library/bin/gcc.pm"
export CC
declare -x CPP="$CC $CPPFLAGS -E"
export CPP
declare -x CPPFLAGS="-D_POSIX_SOURCE=199506L -D_SYSV"
export CPPFLAGS
declare -x CONFIG_SHELL="bash"
export CONFIG_SHELL
declare -x LD="/system/gnu_library/bin/gcc.pm"
export LD
declare -x MAKE="/system/gnu_library/bin/gmake.pm"
export MAKE
declare -x RANLIB=":"
export RANLIB
declare -x SHELL="/system/gnu_library/bin/bash.pm"
export SHELL
#
bash Configure -des