Loading package/perl/Config.in +6 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,12 @@ config BR2_PACKAGE_PERL_DB_FILE help Build the DB_File module. config BR2_PACKAGE_PERL_GDBM_FILE bool "GDBM_File" select BR2_PACKAGE_GDBM help Build the GDBM_File module. endif comment "perl requires an architecture supported by qemu" Loading package/perl/perl.mk +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ PERL_DEPENDENCIES = host-qemu ifeq ($(BR2_PACKAGE_BERKELEYDB),y) PERL_DEPENDENCIES += berkeleydb endif ifeq ($(BR2_PACKAGE_GDBM),y) PERL_DEPENDENCIES += gdbm endif PERL_CONF_OPT = -des \ -Dusecrosscompile \ Loading Loading
package/perl/Config.in +6 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,12 @@ config BR2_PACKAGE_PERL_DB_FILE help Build the DB_File module. config BR2_PACKAGE_PERL_GDBM_FILE bool "GDBM_File" select BR2_PACKAGE_GDBM help Build the GDBM_File module. endif comment "perl requires an architecture supported by qemu" Loading
package/perl/perl.mk +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ PERL_DEPENDENCIES = host-qemu ifeq ($(BR2_PACKAGE_BERKELEYDB),y) PERL_DEPENDENCIES += berkeleydb endif ifeq ($(BR2_PACKAGE_GDBM),y) PERL_DEPENDENCIES += gdbm endif PERL_CONF_OPT = -des \ -Dusecrosscompile \ Loading