Hello M66B, Hello sf3978,
What do I have to do in order to get the following result on my freetz box:
At the moment I get this on my freetz box:
I unsuccessfully tried to edit file
from
to
because you need to remove --disable-toolkit for example during mipsel-linux-uclibc compilation in order to have URL toolkit support.
The binary file
remains always the same size that might indicate an increased set of functions (my required URL toolkit support).
According to my first thread entry I have not yet updated my current freetz configuration with the new patch.
Do you have any ideas how to compile hiawatha for my freetz box with URL toolkit support?
Thank you for your help!!
What do I have to do in order to get the following result on my freetz box:
Code:
[root@host jeffy]# /usr/local/sbin/hiawatha -v
Hiawatha v7.4.1, cache, IPv6, Monitor, SSL, URL toolkit, XSLT
Copyright (C) by Hugo Leisink <[email protected]>
At the moment I get this on my freetz box:
Code:
root@fritz:/var/mod/root# /usr/bin/hiawatha -v
Hiawatha v7.4.1
Copyright (C) by Hugo Leisink <[email protected]>
I unsuccessfully tried to edit file
Code:
freetz-trunk/make/hiawatha/hiawatha.mk
from
Code:
$(PKG)_CONFIGURE_OPTIONS += --disable-cache
$(PKG)_CONFIGURE_OPTIONS += --disable-largefile
$(PKG)_CONFIGURE_OPTIONS += --disable-ipv6
$(PKG)_CONFIGURE_OPTIONS += --disable-ssl
$(PKG)_CONFIGURE_OPTIONS += --disable-toolkit
$(PKG)_CONFIGURE_OPTIONS += --disable-xslt
$(PKG)_CONFIGURE_OPTIONS += --disable-monitor
to
Code:
#$(PKG)_CONFIGURE_OPTIONS += --disable-cache
$(PKG)_CONFIGURE_OPTIONS += --disable-largefile
#$(PKG)_CONFIGURE_OPTIONS += --disable-ipv6
#$(PKG)_CONFIGURE_OPTIONS += --disable-ssl
#$(PKG)_CONFIGURE_OPTIONS += --disable-toolkit
#$(PKG)_CONFIGURE_OPTIONS += --disable-xslt
#$(PKG)_CONFIGURE_OPTIONS += --disable-monitor
because you need to remove --disable-toolkit for example during mipsel-linux-uclibc compilation in order to have URL toolkit support.
The binary file
Code:
freetz-trunk/packages/target-mipsel_uClibc-0.9.29/hiawatha-7.4.1/root/usr/bin/hiawatha
remains always the same size that might indicate an increased set of functions (my required URL toolkit support).
According to my first thread entry I have not yet updated my current freetz configuration with the new patch.
Do you have any ideas how to compile hiawatha for my freetz box with URL toolkit support?
Thank you for your help!!
Zuletzt bearbeitet: