Skip to content

Commit e681a93

Browse files
felipecgitster
authored andcommitted
spec: add missing build dependency
Otherwise: /usr/bin/perl Makefile.PL PREFIX='/opt/git' INSTALL_BASE='' Can't locate ExtUtils/MakeMaker.pm in @inc (@inc contains: ...) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. make[1]: *** [perl.mak] Error 2 make: *** [perl/perl.mak] Error 2 Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e5056c0 commit e681a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Group: Development/Libraries
101101
Requires: git = %{version}-%{release}
102102
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
103103
BuildRequires: perl(Error)
104+
BuildRequires: perl(ExtUtils::MakeMaker)
104105

105106
%description -n perl-Git
106107
Perl interface to Git

0 commit comments

Comments
 (0)