diff options
author | Jaco Kroon <jaco@uls.co.za> | 2021-03-09 00:14:01 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-09 09:44:29 +0000 |
commit | 643fd3a04d6bc7ef4f9e737f176516eb258f3d90 (patch) | |
tree | a2b58c5a26c1c66d4434ef0eb644d213aef3194a /net-misc/asterisk/files | |
parent | net-misc/asterisk: 13.38.2 (sec bump). (diff) | |
download | gentoo-643fd3a04d6bc7ef4f9e737f176516eb258f3d90.tar.gz gentoo-643fd3a04d6bc7ef4f9e737f176516eb258f3d90.tar.bz2 gentoo-643fd3a04d6bc7ef4f9e737f176516eb258f3d90.zip |
net-misc/asterisk: 16.16.2 (sec bump).
This drops patches applies upstream already, and does a rename because
16 isn't currently marked stable.
Bug: https://bugs.gentoo.org/771318
Closes: https://github.com/gentoo/gentoo/pull/19836
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-16.16.2-no-var-run-install.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/asterisk/files/asterisk-16.16.2-no-var-run-install.patch b/net-misc/asterisk/files/asterisk-16.16.2-no-var-run-install.patch new file mode 100644 index 000000000000..63b2896bb097 --- /dev/null +++ b/net-misc/asterisk/files/asterisk-16.16.2-no-var-run-install.patch @@ -0,0 +1,11 @@ +--- asterisk-16.16.2/Makefile.o 2021-03-09 00:03:19.794028722 +0200 ++++ asterisk-16.16.2/Makefile 2021-03-09 00:03:32.434013494 +0200 +@@ -556,7 +556,7 @@ + + NEWHEADERS=$(notdir $(wildcard include/asterisk/*.h)) + OLDHEADERS=$(filter-out $(NEWHEADERS) $(notdir $(DESTDIR)$(ASTHEADERDIR)),$(notdir $(wildcard $(DESTDIR)$(ASTHEADERDIR)/*.h))) +-INSTALLDIRS="$(ASTLIBDIR)" "$(ASTMODDIR)" "$(ASTSBINDIR)" "$(ASTCACHEDIR)" "$(ASTETCDIR)" "$(ASTVARRUNDIR)" \ ++INSTALLDIRS="$(ASTLIBDIR)" "$(ASTMODDIR)" "$(ASTSBINDIR)" "$(ASTCACHEDIR)" "$(ASTETCDIR)" \ + "$(ASTSPOOLDIR)" "$(ASTSPOOLDIR)/dictate" "$(ASTSPOOLDIR)/meetme" \ + "$(ASTSPOOLDIR)/monitor" "$(ASTSPOOLDIR)/system" "$(ASTSPOOLDIR)/tmp" \ + "$(ASTSPOOLDIR)/voicemail" "$(ASTSPOOLDIR)/recording" \ |