re: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:41 +01:00
parent b5e4d6839b
commit 3308f63caf
2 changed files with 3 additions and 3 deletions
common
srcpkgs/re

View file

@ -3405,7 +3405,7 @@ libhtmlcxx.so.3 htmlcxx-0.86_1
libcss_parser_pp.so.0 htmlcxx-0.86_1
libcss_parser.so.0 htmlcxx-0.86_1
libaom.so.2 libaom-2.0.0_1
libre.so re-0.5.8_1
libre.so re-1.1.0_2
libspandsp.so.2 spandsp-0.0.6_1
libspa-alsa.so libspa-alsa-0.3.6_1
libspa-audioconvert.so libspa-audioconvert-0.3.6_1

View file

@ -1,14 +1,14 @@
# Template file for 're'
pkgname=re
version=1.1.0
revision=1
revision=2
build_style=gnu-makefile
make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
EXTRA_LFLAGS=$LDFLAGS USE_OPENSSL=yes USE_DTLS=yes
USE_DTLS_SRTP=yes USE_ZLIB=yes"
make_install_args="$make_build_args"
make_use_env=1
makedepends="libressl-devel zlib-devel"
makedepends="openssl-devel zlib-devel"
short_desc="Portable library for real-time communications"
maintainer="John <me@johnnynator.dev>"
license="BSD-3-Clause"