]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
drop broken histedit.h include
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 14:23:45 +0000 (15:23 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 15:28:21 +0000 (16:28 +0100)
The right file is included earlier

asterisk-histedit.patch [new file with mode: 0644]
asterisk.spec

diff --git a/asterisk-histedit.patch b/asterisk-histedit.patch
new file mode 100644 (file)
index 0000000..682d1be
--- /dev/null
@@ -0,0 +1,11 @@
+diff -dur asterisk-12.0.0.orig/main/asterisk.c asterisk-12.0.0/main/asterisk.c
+--- asterisk-12.0.0.orig/main/asterisk.c       2014-01-07 15:18:43.000000000 +0100
++++ asterisk-12.0.0/main/asterisk.c    2014-01-07 15:18:21.000000000 +0100
+@@ -223,7 +223,6 @@
+ #include "asterisk/utils.h"
+ #include "asterisk/file.h"
+ #include "asterisk/io.h"
+-#include "editline/histedit.h"
+ #include "asterisk/config.h"
+ #include "asterisk/ast_version.h"
+ #include "asterisk/linkedlists.h"
index 929c3967dbc2ffd999c6f840021e02fab44fa7b4..e527c22c6298f66b3503e488a78e17a9539fca73 100644 (file)
@@ -49,6 +49,7 @@ Patch3:               %{name}-ppc.patch
 Patch4:                FHS-paths.patch
 Patch5:                pld-banner.patch
 Patch6:                lpc10-system.patch
+Patch7:                %{name}-histedit.patch
 URL:           http://www.asterisk.org/
 BuildRequires: OSPToolkit-devel >= 4.0.0
 BuildRequires: SDL_image-devel
@@ -506,6 +507,7 @@ API documentation for Asterisk.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # Fixup makefile so sound archives aren't downloaded/installed
 %{__sed} -i -e 's/^all:.*$/all:/' sounds/Makefile
This page took 0.124313 seconds and 4 git commands to generate.