|
@@ -42,10 +42,10 @@ endef
|
|
PERL_POST_PATCH_HOOKS += PERL_CROSS_SET_POD
|
|
PERL_POST_PATCH_HOOKS += PERL_CROSS_SET_POD
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
|
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
|
- PERL_DEPENDENCIES += berkeleydb
|
|
|
|
|
|
+PERL_DEPENDENCIES += berkeleydb
|
|
endif
|
|
endif
|
|
ifeq ($(BR2_PACKAGE_GDBM),y)
|
|
ifeq ($(BR2_PACKAGE_GDBM),y)
|
|
- PERL_DEPENDENCIES += gdbm
|
|
|
|
|
|
+PERL_DEPENDENCIES += gdbm
|
|
endif
|
|
endif
|
|
|
|
|
|
# We have to override LD, because an external multilib toolchain ld is not
|
|
# We have to override LD, because an external multilib toolchain ld is not
|
|
@@ -66,15 +66,15 @@ PERL_CONF_OPTS = \
|
|
-Dperladmin=root
|
|
-Dperladmin=root
|
|
|
|
|
|
ifeq ($(shell expr $(PERL_VERSION_MAJOR) % 2), 1)
|
|
ifeq ($(shell expr $(PERL_VERSION_MAJOR) % 2), 1)
|
|
- PERL_CONF_OPTS += -Dusedevel
|
|
|
|
|
|
+PERL_CONF_OPTS += -Dusedevel
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
|
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
|
- PERL_CONF_OPTS += --all-static --no-dynaloader
|
|
|
|
|
|
+PERL_CONF_OPTS += --all-static --no-dynaloader
|
|
endif
|
|
endif
|
|
|
|
|
|
ifneq ($(BR2_LARGEFILE),y)
|
|
ifneq ($(BR2_LARGEFILE),y)
|
|
- PERL_CONF_OPTS += -Uuselargefiles
|
|
|
|
|
|
+PERL_CONF_OPTS += -Uuselargefiles
|
|
endif
|
|
endif
|
|
|
|
|
|
PERL_MODULES = $(call qstrip,$(BR2_PACKAGE_PERL_MODULES))
|
|
PERL_MODULES = $(call qstrip,$(BR2_PACKAGE_PERL_MODULES))
|