Browse Source

perl-www: Remove unnecessary -n Configure switch

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 10 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
endef
define Build/Configure
$(call perlmod/Configure,-n,)
$(call perlmod/Configure,,)
endef
define Build/Compile


Loading…
Cancel
Save