]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/rrdtool
Reiser4 Implementation abgeschlossen...
[ipfire-2.x.git] / lfs / rrdtool
index e2f4e09c1fd44c89227ca9b108ef1cd6b115f744..3c79af9aa54afab25b2e86c51755c3ade09590b2 100644 (file)
@@ -73,13 +73,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr/share/$(THISAPP) \
-           --exec-prefix=/usr --mandir=/usr/share/man \
+           --exec-prefix=/usr --mandir=/usr/share/man --enable-perl-site-install \
            --enable-local-libpng --enable-local-zlib --with-pic --enable-latin2 \
            --disable-python --disable-tcl
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        cd $(DIR_APP) && make site-perl-install
-       -mkdir -p /home/httpd/html/graphs/
+       -mkdir -p /srv/web/ipfire/html/graphs/
        -mkdir -p /var/log/rrd/
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)