Browse Source

perl-www: Remove unnecessary -n Configure switch

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 9 years ago
parent
commit
e6874b54ab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lang/perl-www/Makefile

+ 1
- 1
lang/perl-www/Makefile View File

@@ -33,7 +33,7 @@ define Package/perl-www
33 33
 endef
34 34
 
35 35
 define Build/Configure
36
-	$(call perlmod/Configure,-n,)
36
+	$(call perlmod/Configure,,)
37 37
 endef
38 38
 
39 39
 define Build/Compile