perl-www: Remove unnecessary -n Configure switch

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2015-05-06 07:00:10 +02:00
parent 109ac2c383
commit e6874b54ab
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ define Package/perl-www
endef
define Build/Configure
$(call perlmod/Configure,-n,)
$(call perlmod/Configure,,)
endef
define Build/Compile