alien_svn: fix build

This commit is contained in:
Jérôme Duval
2021-01-17 20:57:50 +01:00
parent abe2efa0f0
commit 5daf5613c4

View File

@@ -31,7 +31,10 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:awk
cmd:cmp
cmd:diff
cmd:gcc
cmd:grep
cmd:make
cmd:perl
cmd:python
@@ -42,6 +45,7 @@ BUILD()
export CFLAGS=-O0
export CPPFLAGS=-P
export PERL_MM_USE_DEFAULT=1 # Don't ask questions and use the default values
export svn_cv_pycfmt_apr_int64_t=B_PRId64
perl Build.PL --installdirs vendor --prefix $prefix
./Build
}