[packages/lms] - added missing include file - rel 7
baggins
baggins at pld-linux.org
Fri May 17 12:11:28 CEST 2013
commit c66e68d71685055babdfeffaa357063a7215882b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri May 17 12:11:16 2013 +0200
- added missing include file
- rel 7
build.patch | 10 ++++++++++
lms.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/lms.spec b/lms.spec
index e448e8a..073e42f 100644
--- 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} \
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..0e1b41f
--- /dev/null
+++ b/build.patch
@@ -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"
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lms.git/commitdiff/c66e68d71685055babdfeffaa357063a7215882b
More information about the pld-cvs-commit
mailing list