]> git.pld-linux.org Git - packages/rrdtool.git/commitdiff
- added autoconf264.patch (fix for '_m4_text_wrap_word' problem) auto/th/rrdtool-1_3_8-1
authorSzymon Siwek <sls@pld-linux.org>
Mon, 26 Oct 2009 04:48:41 +0000 (04:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf264.patch -> 1.1
    rrdtool.spec -> 1.144

autoconf264.patch [new file with mode: 0644]
rrdtool.spec

diff --git a/autoconf264.patch b/autoconf264.patch
new file mode 100644 (file)
index 0000000..035c815
--- /dev/null
@@ -0,0 +1,11 @@
+--- rrdtool-1.3.8/configure.ac.orig    2009-10-26 05:30:32.583637448 +0100
++++ rrdtool-1.3.8/configure.ac 2009-10-26 05:42:46.533194764 +0100
+@@ -516,7 +516,7 @@
+ AC_ARG_VAR(PERLCC, [[] C compiler for Perl modules])
+ AC_ARG_VAR(PERLCCFLAGS, [[] CC flags for Perl modules])
+-AC_ARG_VAR(PERLLD, [[same as PERLCC] Linker for Perl modules])
++AC_ARG_VAR(PERLLD, [@<:@same as PERLCC@:>@ Linker for Perl modules])
+ AC_ARG_VAR(PERLLDFLAGS, [[] LD flags for Perl modules])
+ if test "x$PERL" = "xno" -o  x$enable_perl = xno; then
index aa3c8dd3879823a4cda7bdc907d1549672d5cb52..8757adf40feb6f2bc69e54a076d876c26c91f40e 100644 (file)
@@ -17,6 +17,7 @@ Group:                Applications/Databases
 Source0:       http://oss.oetiker.ch/rrdtool/pub/%{name}-%{version}.tar.gz
 # Source0-md5: 0de79494ab969cebfbfae3d237de18fe
 Patch0:                %{name}-tcl-path.patch
+Patch1:                autoconf264.patch
 URL:           http://oss.oetiker.ch/rrdtool/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -218,6 +219,7 @@ Rozszerzenie Tcl-a pozwalajÄ…ce na dostÄ™p do biblioteki Tcl.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 sed -i -e 's#\$TCL_PACKAGE_PATH#%{_prefix}/lib#g' configure.ac
 
This page took 0.09335 seconds and 4 git commands to generate.