gambit: rebuild against OpenSSL
This commit is contained in:
parent
83b249a0df
commit
cf1f31ce23
|
@ -3639,7 +3639,7 @@ libbcc_bpf.so.0 bcc-0.10.0_1
|
|||
libde265.so.0 libde265-1.0.3_1
|
||||
libheif.so.1 libheif-1.4.0_1
|
||||
libuninameslist.so.1 libuninameslist-20190701_1
|
||||
libgambit.so.4 gambit-4.9.3_1
|
||||
libgambit.so.4 gambit-4.9.3_6
|
||||
liblog4cpp.so.5 log4cpp-1.1.3_1
|
||||
libnuspell.so.4 libnuspell-4.2.0_1
|
||||
liblog4c.so.3 log4c-1.2.4_1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'gambit'
|
||||
pkgname=gambit
|
||||
version=4.9.3
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--libdir=/usr/lib/gambit --docdir=/usr/share/doc/gambit
|
||||
--enable-compiler-name=gambit-gsc
|
||||
--enable-shared --disable-absolute-shared-libs --enable-versioned-shared-libs
|
||||
--enable-single-host --enable-gcc-opts --enable-openssl --enable-poll"
|
||||
makedepends="libressl-devel"
|
||||
makedepends="openssl-devel"
|
||||
short_desc="Complete, portable, efficient and reliable implementation of Scheme"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-2.1-only, Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue