Skip to content

Commit

Permalink
Fix buildconf path
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Oct 24, 2024
1 parent 2685209 commit 032c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cross_compile_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN set -x && \
tar xvf apr-$APR_VERSION.tar.gz && \
pushd apr-$APR_VERSION && \
patch -p0 $SOURCE_DIR/apr_crypt.patch && \
buildconf && \
./buildconf && \
CC=aarch64-none-linux-gnu-gcc CFLAGS='-O3 -fno-omit-frame-pointer -fPIC ' ./configure --disable-shared --prefix=/opt/apr-$APR_VERSION-static --host=aarch64-none-linux-gnu ac_cv_have_decl_sys_siglist=no ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_void=yes apr_cv_tcp_nodelay_with_cork=yes ac_cv_sizeof_struct_iovec=8 && \
make || true && \
pushd tools && \
Expand Down

0 comments on commit 032c382

Please sign in to comment.