Browse Source

perl-inline-c: extutils not a run-time dependency

Just about everything needs extutils to be built.  But very little
requires it to run.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lilik-openwrt-22.03
Philip Prindeville 7 years ago
parent
commit
ee41431af8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/perl-inline-c/Makefile

+ 1
- 1
lang/perl-inline-c/Makefile View File

@ -33,7 +33,7 @@ define Package/perl-inline-c
CATEGORY:=Languages
TITLE:=C Language Support for Inline
URL:=http://search.cpan.org/dist/Inline-C/
DEPENDS:=perl +perl-inline +perl-parse-recdescent +perlbase-config +perlbase-cwd +perlbase-data +perlbase-essential +perlbase-extutils +perlbase-file +perlbase-if
DEPENDS:=perl +perl-inline +perl-parse-recdescent +perlbase-config +perlbase-cwd +perlbase-data +perlbase-essential +perlbase-file +perlbase-if
endef
define Host/Configure


Loading…
Cancel
Save