closes #4618
This commit is contained in:
Jacob Heider 2023-12-28 17:18:24 -05:00 committed by Jacob Heider
parent 1638f0b1b7
commit 55cdba6bb0

View file

@ -31,7 +31,7 @@ build:
make --jobs {{ hw.concurrency }} make --jobs {{ hw.concurrency }}
make install make install
env: env:
CFLAGS: "$CFLAGS -I{{deps.apache.org/apr-util.prefix}}/include/apr-1" CFLAGS: '$CFLAGS -I{{deps.apache.org/apr-util.prefix}}/include/apr-1'
ARGS: ARGS:
- --prefix="{{prefix}}" - --prefix="{{prefix}}"
- --disable-debug - --disable-debug
@ -59,4 +59,6 @@ provides:
- bin/svnversion - bin/svnversion
test: test:
svn --version script: svn --version
# svn doen't like UTF-8 directories
working-directory: $(mktemp -d)