mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
socat: rebuild against OpenSSL
This commit is contained in:
parent
e834dfa287
commit
c94138e53b
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'socat'
|
# Template file for 'socat'
|
||||||
pkgname=socat
|
pkgname=socat
|
||||||
version=1.7.4.1
|
version=1.7.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-libwrap --enable-fips
|
configure_args="--disable-libwrap --enable-fips
|
||||||
ac_cv_have_z_modifier=yes"
|
ac_cv_have_z_modifier=yes"
|
||||||
makedepends="readline-devel libressl-devel"
|
makedepends="readline-devel openssl-devel"
|
||||||
short_desc="Relay for bidirectional data transfer between two independent channels"
|
short_desc="Relay for bidirectional data transfer between two independent channels"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue