Skip to content
Snippets Groups Projects
Commit 83d6bfc6 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/openssl: specify libdir

so we avoid /usr/lib64 on x86_64
parent 46b8cfa3
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ prepare() {
build() {
cd "$_builddir"
./config --prefix=/usr \
--libdir=lib \
--openssldir=/etc/ssl \
shared zlib enable-montasm enable-md2 \
-Wa,--noexecstack \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment