Search Criteria
Package Details: lib32-libsrtp 1:2.3.0-2
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: | |
Submitter: | orumin |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-06 07:38 |
Last Updated: | 2020-05-15 19:48 |
Dependencies (4)
- lib32-glibc
- libsrtp
- procps-ng (procps-ng-git, procps-ng-static, procps-ng-nosystemd, procps-ng-nosystemd-minimal-git) (check)
- git (git-git) (make)
Latest Comments
sapphire commented on 2021-01-17 03:45
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 macro
AC_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 macroAC_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 macro
AC_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
@MR-2 Thanks again. It was already fixed in the git repo.
MR-2 commented on 2020-05-15 18:40
I had to add "-fcommon" to the gcc command to make it build with gcc 10:
export CC="gcc -m32 -fcommon"