]> git.pld-linux.org Git - packages/ircd-hybrid.git/commitdiff
add yy_aconf patch
authorAria <aredridel@nbtsc.org>
Sat, 16 Feb 2013 22:57:21 +0000 (15:57 -0700)
committerAria <aredridel@nbtsc.org>
Sat, 16 Feb 2013 22:57:37 +0000 (15:57 -0700)
ircd-hybrid-yy_aconf.patch [new file with mode: 0644]
ircd-hybrid.spec

diff --git a/ircd-hybrid-yy_aconf.patch b/ircd-hybrid-yy_aconf.patch
new file mode 100644 (file)
index 0000000..844904d
--- /dev/null
@@ -0,0 +1,14 @@
+Only in ircd-hybrid-7.0.3/include: s_conf.h~
+diff -ur ircd-hybrid-7.0.3-o/src/ircd_parser.y ircd-hybrid-7.0.3/src/ircd_parser.y
+--- ircd-hybrid-7.0.3-o/src/ircd_parser.y      2003-10-25 20:08:23.000000000 -0600
++++ ircd-hybrid-7.0.3/src/ircd_parser.y        2013-02-16 15:54:52.000000000 -0700
+@@ -58,7 +58,7 @@
+ int yyparse();
+ static struct ConfItem *yy_achead = NULL;
+-static struct ConfItem *yy_aconf = NULL;
++struct ConfItem *yy_aconf = NULL;
+ static struct ConfItem *yy_aprev = NULL;
+ static int              yy_acount = 0;
+ static struct ConfItem *yy_hconf;
+Only in ircd-hybrid-7.0.3/src: ircd_parser.y~
index 6e04840dbee2e0d92998ab19c8e2fabf7d4b8c67..e4bc4c707e91f1d5e7be1ab4dc260d91da47e990 100644 (file)
@@ -25,6 +25,7 @@ Patch0:               %{name}-config.patch
 Patch1:                %{name}-change_uid.patch
 Patch2:                %{name}-opt.patch
 Patch3:                %{name}-open-3-args.patch
+Patch4:                %{name}-yy_aconf.patch
 URL:           http://www.ircd-hybrid.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -68,6 +69,7 @@ IPv6.
 %patch1        -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 mv -f autoconf/{configure.in,acconfig.h} .
This page took 0.105116 seconds and 4 git commands to generate.