]> git.pld-linux.org Git - packages/lms.git/commitdiff
- added missing include file auto/th/lms-1.11.13-7 auto/ti/lms-1.11.13-7
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 17 May 2013 10:11:16 +0000 (12:11 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 17 May 2013 10:11:16 +0000 (12:11 +0200)
- rel 7

build.patch [new file with mode: 0644]
lms.spec

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..0e1b41f
--- /dev/null
@@ -0,0 +1,10 @@
+--- lms/daemon/modules/parser/lib/tscript_parser.y~    2006-07-31 10:32:22.000000000 +0200
++++ lms/daemon/modules/parser/lib/tscript_parser.y     2013-05-17 12:09:12.547241774 +0200
+@@ -30,6 +30,7 @@
+ *****************************************************************************/
+ %{
++      #include <stdio.h>
+       #include <stdlib.h>
+       #include "tscript_ast.h"
index e448e8a5ba3cb441938901c1e6566854d58074a0..073e42f0bca5ecdca8598e7e54a82b4bdf9a24b0 100644 (file)
--- a/lms.spec
+++ b/lms.spec
@@ -13,7 +13,7 @@ Summary:      LAN Managment System
 Summary(pl.UTF-8):     System Zarządzania Siecią Lokalną
 Name:          lms
 Version:       %{lmsver}.%{lmssubver}
-Release:       6
+Release:       7
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       http://www.lms.org.pl/download/%{lmsver}/%{name}-%{version}.tar.gz
@@ -25,6 +25,7 @@ Source4:      %{name}-httpd.conf
 Patch0:                %{name}-PLD.patch
 Patch1:                %{name}-amd64.patch
 Patch2:                %{name}-smarty.patch
+Patch3:                build.patch
 URL:           http://www.lms.org.pl/
 BuildRequires: bison
 BuildRequires: flex
@@ -187,6 +188,7 @@ formularza przelewu.
 %patch1 -p1
 %endif
 %patch2 -p1
+%patch3 -p1
 
 mkdir smarty-plugins
 %{__mv} \
This page took 0.070413 seconds and 4 git commands to generate.