]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated rrdtol to 1.3.1.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Aug 2008 18:39:01 +0000 (20:39 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Aug 2008 18:39:01 +0000 (20:39 +0200)
lfs/rrdtool

index bde5ae66876042d07bbc8043772843ab2a8b150d..e22fa3dad701bf82b0cc93e286b171e2e8887c18 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = rrdtool
-VER        = 1.2.26
+VER        = 1.3.1
 
 THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -53,11 +53,15 @@ $(objects) :
 $(TARGET) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure \
+       cd $(DIR_APP) && \
+               ./configure \
                        --prefix=/usr \
+                       --disable-rrdcgi \
                        --disable-perl \
                        --disable-tcl \
+                       --disable-ruby \
                        --disable-static \
+                       --enable-python \
                        --enable-latin2
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install