Skip to content

Commit

Permalink
openssl: LFS64
Browse files Browse the repository at this point in the history
this fixes some issues on 32bit platforms with openssl rehash (among
other things)

void-linux/void-containers#12
  • Loading branch information
classabbyamp committed Aug 11, 2023
1 parent 7d6ea3f commit a1d4002
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion srcpkgs/openssl/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'openssl'
pkgname=openssl
version=1.1.1t
revision=1
revision=2
bootstrap=yes
build_style=configure
configure_script="./Configure"
Expand All @@ -21,6 +21,8 @@ checksum=8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b
conf_files="/etc/ssl/openssl.cnf"
replaces="libressl>=0"

CFLAGS="-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1"

build_options=asm

if [ "$CHROOT_READY" ]; then
Expand Down

0 comments on commit a1d4002

Please sign in to comment.