]> git.pld-linux.org Git - packages/rrdtool.git/commitdiff
- use hardcoded path to tcl auto/th/rrdtool-1_2_12-1
authorundefine <undefine@pld-linux.org>
Fri, 19 May 2006 01:07:17 +0000 (01:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rrdtool-tcl-path.patch -> 1.1
    rrdtool.spec -> 1.111

rrdtool-tcl-path.patch [new file with mode: 0644]
rrdtool.spec

diff --git a/rrdtool-tcl-path.patch b/rrdtool-tcl-path.patch
new file mode 100644 (file)
index 0000000..766482c
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.ac~      2005-12-18 20:30:46.000000000 +0000
++++ configure.ac       2006-05-19 00:21:35.165121000 +0000
+@@ -487,7 +487,7 @@
+         AC_MSG_WARN([tclConfig.sh not found - Tcl interface won't be built])
+   else
+       . $tcl_config
+-      TCL_PACKAGE_DIR="$TCL_PACKAGE_PATH/tclrrd$VERSION"
++      TCL_PACKAGE_DIR="/usr/lib/tclrrd$VERSION"
+   fi
+ fi
index 40702b441286a35df2af2a98f6a837e319dbac7d..53ebc7e05306b0a743abf464158cd10733ee1a86 100644 (file)
@@ -11,7 +11,10 @@ License:     GPL
 Group:         Applications/Databases
 Source0:       http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/%{name}-%{version}.tar.gz
 # Source0-md5: 7b544c38a818cbebcf06fe39b9f52d0d
+Patch0:                %{name}-tcl-path.patch
 URL:           http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: freetype-devel >= 2.1.7
 BuildRequires: libart_lgpl-devel >= 2.3.17
 BuildRequires: libpng-devel >= 2:1.2.8
@@ -191,8 +194,12 @@ Rozszerzenie Tcl-a pozwalaj
 
 %prep
 %setup -q
+%patch0
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-latin2 \
        --with-perl=%{__perl} \
This page took 0.037728 seconds and 4 git commands to generate.