|
@@ -36,7 +36,7 @@ HOST_BUILD_PARALLEL:=1
|
36
|
36
|
|
37
|
37
|
# Variables used during configuration/build
|
38
|
38
|
HOST_PERL_PREFIX:=$(STAGING_DIR_HOST)/usr
|
39
|
|
-ifneq ($(CONFIG_USE_EGLIBC),)
|
|
39
|
+ifneq ($(CONFIG_USE_GLIBC),)
|
40
|
40
|
EXTRA_LIBS:=bsd
|
41
|
41
|
EXTRA_LIBDIRS:=$(STAGING_DIR)/lib
|
42
|
42
|
endif
|
|
@@ -50,7 +50,7 @@ ifdef CONFIG_PERL_THREADS
|
50
|
50
|
PERL_CONFIG_SUFFIX:=-mt
|
51
|
51
|
|
52
|
52
|
# uclibc doesn't provide crypt_r(). Enable crypt() usage for glibc builds only
|
53
|
|
- ifdef CONFIG_USE_EGLIBC
|
|
53
|
+ ifdef CONFIG_USE_GLIBC
|
54
|
54
|
CRYPT_R_PROTO:=REENTRANT_PROTO_B_CCS
|
55
|
55
|
CRYPT:=define
|
56
|
56
|
else
|
|
@@ -79,7 +79,7 @@ define Package/perl
|
79
|
79
|
CATEGORY:=Languages
|
80
|
80
|
TITLE:=The Perl intepreter
|
81
|
81
|
URL:=http://www.perl.com/
|
82
|
|
- DEPENDS:=+USE_EGLIBC:libbsd +PERL_THREADS:libpthread
|
|
82
|
+ DEPENDS:=+USE_GLIBC:libbsd +PERL_THREADS:libpthread
|
83
|
83
|
endef
|
84
|
84
|
|
85
|
85
|
define Package/perl/description
|