diff --git a/libshout.changes b/libshout.changes index 1761b74..7301d89 100644 --- a/libshout.changes +++ b/libshout.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 29 22:05:10 UTC 2024 - Edgar Aichinger + +- Build with openssl support enabled + ------------------------------------------------------------------- Wed Mar 6 09:10:38 UTC 2024 - Takashi Iwai diff --git a/libshout.spec b/libshout.spec index 8ee185a..e4c263e 100644 --- a/libshout.spec +++ b/libshout.spec @@ -29,6 +29,7 @@ Source1: baselibs.conf Patch1: 0001-icy-include-stdlib-h-and-stdio-h.patch Patch2: 0002-legacy-include-stdlib-h.patch BuildRequires: libtool +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(speex) BuildRequires: pkgconfig(theora) BuildRequires: pkgconfig(vorbis) @@ -62,7 +63,7 @@ applications that want to use libshout. %build autoreconf --force --install -%configure --disable-static +%configure --disable-static --with-openssl %make_build %install