Package Details: lib32-libsrtp 1:2.5.0-1

Git Clone URL: https://aur.archlinux.org/lib32-libsrtp.git (read-only, click to copy)
Package Base: lib32-libsrtp
Description: Library for SRTP (Secure Realtime Transport Protocol) (32-bit)
Upstream URL: https://github.com/cisco/libsrtp
Licenses: BSD
Submitter: orumin
Maintainer: rodrigo21
Last Packager: rodrigo21
Votes: 10
Popularity: 0.000000
First Submitted: 2016-06-06 07:38 (UTC)
Last Updated: 2023-05-04 17:47 (UTC)

Latest Comments

ttd1 commented on 2021-04-08 16:12 (UTC)

Thanks @allencch, i was finally able to build the package.

allencch commented on 2021-01-24 10:19 (UTC)

In order to solve the ar-lib not found error, I solved it by editing the prepare(),

    autoreconf -fvi || true
    sed -i -e 's|install-sh ar-lib|install-sh|' configure

sapphire commented on 2021-01-17 03:45 (UTC)

The build fails with:

autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force configure.ac:147: warning: The macro AC_HEADER_STDC' is obsolete. configure.ac:147: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:147: the top level configure.ac:415: warning: The macroAC_CONFIG_HEADER' is obsolete. configure.ac:415: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:415: the top level autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /usr/bin/autoconf --force configure.ac:147: warning: The macro AC_HEADER_STDC' is obsolete. configure.ac:147: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:147: the top level configure.ac:415: warning: The macroAC_CONFIG_HEADER' is obsolete. configure.ac:415: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:415: the top level autoreconf: running: /usr/bin/autoheader --force autoreconf: configure.ac: not using Automake autoreconf: './install-sh' is updated autoreconf: './config.sub' is updated autoreconf: './config.guess' is updated configure.ac: error: required file 'ar-lib' not found autoreconf: Leaving directory '.' ==> ERROR: A failure occurred in prepare(). Aborting...

rodrigo21 commented on 2020-05-15 19:50 (UTC)

@MR-2 Thanks again. It was already fixed in the git repo.

MR-2 commented on 2020-05-15 18:40 (UTC)

I had to add "-fcommon" to the gcc command to make it build with gcc 10: export CC="gcc -m32 -fcommon"