|
|
@ -53,7 +53,6 @@ castflags='0' |
|
|
|
cat='cat' |
|
|
|
cc='%%CC%%' |
|
|
|
cccdlflags='-fPIC' |
|
|
|
ccdlflags='-Wl,-E' |
|
|
|
ccflags='%%CFLAGS%%' |
|
|
|
ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' |
|
|
|
ccname='gcc' |
|
|
@ -739,7 +738,7 @@ ldlibpthname='LD_LIBRARY_PATH' |
|
|
|
less='less' |
|
|
|
lib_ext='.a' |
|
|
|
libc='' |
|
|
|
libperl='libperl.a' |
|
|
|
libperl='libperl.so' |
|
|
|
libpth='%%LIBDIRS%%' |
|
|
|
libs='-lgdbm -ldb -lnsl -ldl -lm -lcrypt -lutil -lc' |
|
|
|
libsdirs='%%LIBDIRS%%' |
|
|
@ -1002,7 +1001,7 @@ useposix='true' |
|
|
|
usereentrant='undef' |
|
|
|
userelocatableinc='undef' |
|
|
|
usesfio='false' |
|
|
|
useshrplib='false' |
|
|
|
useshrplib='true' |
|
|
|
usesitecustomize='undef' |
|
|
|
usesocks='undef' |
|
|
|
usethreads='undef' |
|
|
@ -1156,6 +1155,7 @@ version_patchlevel_string='version 20 subversion 0' |
|
|
|
PERL_VERSION=20 |
|
|
|
PERL_API_VERSION=20 |
|
|
|
patchlevel='20' |
|
|
|
ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' |
|
|
|
|
|
|
|
# Make perl use these tools instead of the target binaries during build. |
|
|
|
hostgenerate='%%HOSTGENERATE%%' |
|
|
|