perl-www: Remove unnecessary -n Configure switch
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
109ac2c383
commit
e6874b54ab
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ define Package/perl-www
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call perlmod/Configure,-n,)
|
$(call perlmod/Configure,,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in a new issue