PKG_NAME:=perl
PKG_VERSION:=$(PERL_VERSION)
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=https://www.cpan.org/src/5.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
d_openat='define'
d_pathconf='define'
d_pause='define'
-d_perl_lc_all_category_positions_init='undef'
-d_perl_lc_all_separator='undef'
-d_perl_lc_all_uses_name_value_pairs='define'
d_perl_otherlibdirs='undef'
d_phostname='undef'
d_pipe='define'
($owrt:libc eq 'glibc') {
perllibs="$perllibs -lbsd"
ldflags="$ldflags -L$owrt:staging_dir/lib"
+
+ d_perl_lc_all_category_positions_init='undef'
+ d_perl_lc_all_separator='undef'
+ d_perl_lc_all_uses_name_value_pairs='define'
+
+ perl_lc_all_category_positions_init=''
+ perl_lc_all_separator=''
}
# uclibc does not provide crypt_r().
i_fcntl='define'
h_fcntl='true'
d_strerror_r='undef'
+
+ d_perl_lc_all_category_positions_init='define'
+ d_perl_lc_all_separator='undef'
+ d_perl_lc_all_uses_name_value_pairs='undef'
+
+ perl_lc_all_category_positions_init='{ 0, 1, 5, 2, 3, 4 }'
+ perl_lc_all_separator=''
}