Skip to content

Commit

Permalink
add prefix option
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 8, 2024
1 parent 25afdf2 commit 80fb700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ build_deps()
info "Building OpenSSL $ssl_vsn for $arch-$libc ..."
cd "$target_src_dir/$ssl_dir"
CFLAGS="$CFLAGS -O3 -fPIC" \
./Configure no-shared mo-module no-ui-console \
./Configure no-shared no-module no-ui-console \
--prefix="$prefix" \
--openssldir="$prefix" \
--libdir='lib' \
"linux-${target%-linux-*}"
Expand Down

0 comments on commit 80fb700

Please sign in to comment.