choosenim: rebuild against OpenSSL
This commit is contained in:
parent
bc9a2e4cf0
commit
4853686537
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'choosenim'
|
||||
pkgname=choosenim
|
||||
version=0.7.4
|
||||
revision=2
|
||||
hostmakedepends="git nim libressl-devel pkg-config"
|
||||
makedepends="libressl-devel zlib-devel libarchive-devel"
|
||||
revision=3
|
||||
hostmakedepends="git nim openssl-devel pkg-config"
|
||||
makedepends="openssl-devel zlib-devel libarchive-devel"
|
||||
depends="gcc"
|
||||
short_desc="Nim toolchain installer"
|
||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||
|
@ -34,7 +34,7 @@ do_build() {
|
|||
esac
|
||||
LDFLAGS+=" $($PKG_CONFIG --libs-only-l --static openssl)"
|
||||
LDFLAGS+=" $($PKG_CONFIG --libs-only-l --static libarchive)"
|
||||
LDFLAGS+=" -lrt -ldl"
|
||||
LDFLAGS+=" -lrt -ldl -lpthread"
|
||||
: >nim.cfg
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
cat >>nim.cfg <<-EOF
|
||||
|
|
Loading…
Reference in a new issue