Skip to content

Commit

Permalink
Hack around openssl11 location
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 29, 2024
1 parent bc4ae11 commit 2198352
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/cryptogrpahy/env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export CIBW_SKIP='*-musllinux_* *-macosx_*'
export CIBW_BEFORE_ALL_LINUX='yum install -y openssl11 openssl11-devel && curl https://sh.rustup.rs -sSf | sh -s -- -y'
export CIBW_BEFORE_ALL_LINUX='yum install -y openssl11 openssl11-devel && cp /usr/lib64/pkgconfig/openssl11.pc /usr/lib64/pkgconfig/openssl.pc && curl https://sh.rustup.rs -sSf | sh -s -- -y'
export CIBW_ENVIRONMENT_LINUX='PATH=$PATH:$HOME/.cargo/bin'
export CIBW_BEFORE_BUILD_LINUX='export CFLAGS="$CFLAGS $(pkg-config --cflags openssl11)" && export LDFLAGS="$LDFLAGS $(pkg-config --libs openssl11)"'

0 comments on commit 2198352

Please sign in to comment.