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>
This commit is contained in:
parent
09f4be311e
commit
ee41431af8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue