diff options
author | Jaco Kroon <jaco@uls.co.za> | 2021-01-08 20:18:20 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-22 03:50:56 +0000 |
commit | 880e7d3d5531e20e13b35683fa352671bd838726 (patch) | |
tree | 42fee7e0e3a875e904cf55b58269e3c763d02e6f /net-misc/asterisk/files | |
parent | media-libs/libdvbpsi: minor style changes (diff) | |
download | gentoo-880e7d3d5531e20e13b35683fa352671bd838726.tar.gz gentoo-880e7d3d5531e20e13b35683fa352671bd838726.tar.bz2 gentoo-880e7d3d5531e20e13b35683fa352671bd838726.zip |
net-misc/asterisk: 13.18.1-r2 version bump.
* clang/LLVM support
* subslots
* autoconf 2.70
* drop /var/spool/asterisk from tmpfiles
* Move check_extra_config (kernel checks) to pkg_pretend.
* (Hopefully) fix use of $ED vs $D.
* Other minor non-functional tweaks.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=731280
Bug: https://bugs.gentoo.org/show_bug.cgi?id=750581
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/asterisk/files')
-rw-r--r-- | net-misc/asterisk/files/asterisk-13.18.1-r2-autoconf-2.70.patch | 10 | ||||
-rw-r--r-- | net-misc/asterisk/files/asterisk.tmpfiles2.conf | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/asterisk/files/asterisk-13.18.1-r2-autoconf-2.70.patch b/net-misc/asterisk/files/asterisk-13.18.1-r2-autoconf-2.70.patch new file mode 100644 index 000000000000..68a5604757b2 --- /dev/null +++ b/net-misc/asterisk/files/asterisk-13.18.1-r2-autoconf-2.70.patch @@ -0,0 +1,10 @@ +--- asterisk-13.38.1/configure.ac.o 2021-01-08 18:33:41.360112920 +0200 ++++ asterisk-13.38.1/configure.ac 2021-01-08 18:38:26.649995123 +0200 +@@ -605,7 +605,6 @@ + + AC_FUNC_ALLOCA + AC_HEADER_DIRENT +-AC_HEADER_STDC + AC_HEADER_SYS_WAIT + AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/event.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h sys/types.h syslog.h termios.h unistd.h utime.h arpa/nameser.h sys/io.h]) + diff --git a/net-misc/asterisk/files/asterisk.tmpfiles2.conf b/net-misc/asterisk/files/asterisk.tmpfiles2.conf new file mode 100644 index 000000000000..ce85c7f5461a --- /dev/null +++ b/net-misc/asterisk/files/asterisk.tmpfiles2.conf @@ -0,0 +1 @@ +d /var/run/asterisk 0750 asterisk asterisk |