From: Michael Tremer Date: Tue, 22 Jul 2008 23:12:20 +0000 (+0000) Subject: Made rrdtool installation sane. X-Git-Tag: v3.0-alpha1~851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8a08df8434bdff96d80b5153300e223f8fa7ac9;p=ipfire-3.x.git Made rrdtool installation sane. --- diff --git a/lfs/rrdtool b/lfs/rrdtool index 7ddfd445d..bde5ae668 100644 --- a/lfs/rrdtool +++ b/lfs/rrdtool @@ -53,9 +53,12 @@ $(objects) : $(TARGET) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr/share/$(PKG_NAME) \ - --exec-prefix=/usr --mandir=/usr/share/man --disable-perl --disable-tcl \ - --enable-local-libpng --enable-local-zlib --with-pic --enable-latin2 + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-perl \ + --disable-tcl \ + --disable-static \ + --enable-latin2 cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)