diff options
Diffstat (limited to 'package/perl')
-rw-r--r-- | package/perl/perl.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/perl/perl.mk b/package/perl/perl.mk index 723dc12e49..a8ed49f324 100644 --- a/package/perl/perl.mk +++ b/package/perl/perl.mk @@ -99,6 +99,10 @@ define PERL_INSTALL_TARGET_CMDS $(MAKE1) -C $(@D) DESTDIR="$(TARGET_DIR)" install.perl endef +# We never want to have host-berkeleydb or host-gdbm as dependencies +# of host-perl. +HOST_PERL_DEPENDENCIES = + HOST_PERL_CONF_OPTS = \ -des \ -Dprefix="$(HOST_DIR)/usr" \ |